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

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 17

  • @EmbarkX
    @EmbarkX  4 หลายเดือนก่อน

    *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 ปีที่แล้ว

    Helpful sir

  • @krishnamohan5771
    @krishnamohan5771 7 หลายเดือนก่อน

    plz add some kind of security mechanism to this awesome playlist

    • @EmbarkX
      @EmbarkX  6 หลายเดือนก่อน

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

  • @FrozenSeafood
    @FrozenSeafood ปีที่แล้ว

    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 ปีที่แล้ว

    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 ปีที่แล้ว

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

  • @EmbarkX
    @EmbarkX  ปีที่แล้ว

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

  • @monildand4366
    @monildand4366 7 หลายเดือนก่อน

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

  • @PrasadPetkar-c5s
    @PrasadPetkar-c5s 4 หลายเดือนก่อน

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

  • @MansiDhir
    @MansiDhir 5 หลายเดือนก่อน

    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 3 หลายเดือนก่อน

      Same issue for me, were you able to resolve it

    • @amogh708
      @amogh708 27 วันที่ผ่านมา

      These are are latest dependecies which should work with Spring Boot 3.x. Make sure to check these dependecies
      1. spring-boot-starter-actuator
      2. micrometer-tracing-bridge-brave
      3. zipkin-reporter-brave
      4. feign-micrometer
      You can add this in properties to check if the trace Id is same across microservices if one service is calling another
      logging.pattern.level = "%5p [${spring.application.name:},%X{traceId:-},%X{spanId:-}]"

  • @SasukeUchiha-ts4on
    @SasukeUchiha-ts4on 2 หลายเดือนก่อน

    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 2 หลายเดือนก่อน

      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 2 หลายเดือนก่อน

      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

  • @sibinthink7736
    @sibinthink7736 3 หลายเดือนก่อน

    Bro, code its self not working...