Distributed Tracing With Zipkin | Job App API | Spring Boot REST API to Microservices | Video #11

Sdílet
Vložit
  • čas přidán 27. 08. 2024

Komentáře • 16

  • @EmbarkX
    @EmbarkX  Před měsícem

    *Get Source Code, Notes, Instructor Support and Future Updates here:* link.embarkx.com/microservices
    Join us on Telegram: link.embarkx.com/telegram
    *GROW AS JAVA DEVELOPER*
    1. SIGNUP FOR MY SPRING BOOT ECOMMERCE PROFESSIONAL FOR BEGINNERS COURSE: link.embarkx.com/spring-boot
    2. LEARN JAVA WITH 60+ HOURS OF CONTENT: link.embarkx.com/java
    3. MASTER SPRING BOOT MICROSERVICES: link.embarkx.com/microservices
    4. MASTER SPRING SECURITY WITH REACT JS+OAUTH2: link.embarkx.com/spring-security
    5. MASTER INTELLIJ IDEA: link.embarkx.com/intellij
    Learn more from me and enroll at: embarkx.com/
    You will find all my courses are listed there on highest discount for my viewers.
    COMMENT AND LET ME KNOW WHAT SHOULD I BRING NEXT FOR YOU ON THIS CHANNEL?

  • @chiragvohra6673
    @chiragvohra6673 Před 9 měsíci

    Helpful sir

  • @EmbarkX
    @EmbarkX  Před 9 měsíci

    Talk to me and join the exclusive community of Learners and Developers that help each other: bit.ly/embarkx-joind

  • @krishnamohan5771
    @krishnamohan5771 Před 5 měsíci

    plz add some kind of security mechanism to this awesome playlist

    • @EmbarkX
      @EmbarkX  Před 3 měsíci

      Just launched on CZcams, you can access it here: link.embarkx.com/spring-security

  • @sibinthink7736
    @sibinthink7736 Před 9 dny

    Bro, code its self not working...

  • @PrasadPetkar-c5s
    @PrasadPetkar-c5s Před měsícem

    can you please tell me how to connect with zipkin which is running on AWS , create one video if it works

  • @monildand4366
    @monildand4366 Před 4 měsíci

    I cannot send logs to zipkin, server. not able to see it in zipkin ui. what can be issue? I have added actuator also.

  • @FrozenSeafood
    @FrozenSeafood Před 9 měsíci

    Is there any chance we could get a completed codebase? It will be super helpful when followers are blocked :) please sir and appreciate the videos as always

  • @johnokpo4613
    @johnokpo4613 Před 9 měsíci

    please do you plan to include jwt security somewhere in this course? secondly Please can you maybe later, if possible make a video on Communication between interservice via Kafka

    • @karthikeyanrm3446
      @karthikeyanrm3446 Před 9 měsíci

      Please add jwt/OAuth as it will be really helpful along with React and Azure cloud.

  • @SasukeUchiha-ts4on
    @SasukeUchiha-ts4on Před 7 dny

    i am able to add the zipkin and all.but i am not getting the span 5. i am getting span of 1 only for get jobs...

    • @SasukeUchiha-ts4on
      @SasukeUchiha-ts4on Před 7 dny

      ok i was able to get the combined span. i just by mistake added the scope of io.github.openfeign this dependency to test. But now i am getting span as 9..

    • @SasukeUchiha-ts4on
      @SasukeUchiha-ts4on Před 6 dny

      i got it. i had added the score of io.github.openfeign this dependecny to scope that is why. also i got span of 9 in a single request. its totaly normal it depends on no of jobs you have in your db. since we are using the stream api. it is lopping in . that is why

  • @MansiDhir
    @MansiDhir Před 2 měsíci

    Hi
    The dependencies shown in the video are not working for me if I add them in the pom.xml file. My Zipkin server is up and I have added the dependencies in my spring boot project but there is no data showing in Zipkin
    Can you please share the latest dependencies that are supported

    • @sabinss4
      @sabinss4 Před 25 dny

      Same issue for me, were you able to resolve it