*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?
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
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
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
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:-}]"
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..
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
*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?
Helpful sir
plz add some kind of security mechanism to this awesome playlist
Just launched on TH-cam, you can access it here: link.embarkx.com/spring-security
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
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
Please add jwt/OAuth as it will be really helpful along with React and Azure cloud.
Talk to me and join the exclusive community of Learners and Developers that help each other: bit.ly/embarkx-joind
I cannot send logs to zipkin, server. not able to see it in zipkin ui. what can be issue? I have added actuator also.
can you please tell me how to connect with zipkin which is running on AWS , create one video if it works
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
Same issue for me, were you able to resolve it
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:-}]"
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...
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..
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
Bro, code its self not working...