NOTE: This tutorial is outdated as it's using Spring Boot 2, refer to the updated tutorial that uses Spring Boot 3 - th-cam.com/video/yn_stY3HCr8/w-d-xo.html
From all the Junior developers... THANK YOU! I mean just throwing it on TH-cam without any commercials and not promoting own paid courses means and tells a lot about the CS person. Like it was back in the days (early 2000-s) when people taught several topics just to share an experience and not to earn any money! Again, so much appreciated !!!
@@abhishekfarande9672 nah, start with the basics of web dev to understand how it works. Then, slide to the monolithic architecture. Those are the essential things.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, zenkin client ,zuul etc.. how to get those? plz help
@@divyanshuanand3396 Don't use the latest version. Use any that are below 3.1. First of all, as you mentioned most of the dependencies are not supported yet. Secondly, you won't be able to find a lot of tutorials that covers this version. However, if you decide to use the latest version be ready to read a lot of official documentation and have a solid understanding of what you are doing. That's the simplest answer I can give.
This is by far the best end to end spring boot microservice course on the internet. please make more content like this and if possible make some tutorials about spring security.
Quality 6 hours. Amazing tutorial and good place to start if you are new to concepts like service discovery, API Gateways, etc. Covers plethora of concepts and tools like springboot, mongoDB, MySQL, Eureka, Spring Cloud Gateway, Keycloak, Kafka, and more. Follows all the good practices of Web development A must watch and DIY for sure.
I am glad that it comes to my recommendation. Instantly subscribed after watching the topics you are covering in this video. And last but not the least, Thanks for putting so much effort. Thanks for making it available for free.
First of all, this is one of the best and most commendable microservices courses I have ever seen. Thank you so much. Will surely buy a coffee. Just a quick question at 3:57:00 on the course where you spoke about timeout error. Since we saw that in the inventory service, we put a Thread.sleep to wait for 10 seconds so that we can test the functionality of timeout on the order service using Resilience4J, and the order service rightly threw the exception since the inventory service response did not come on time, but when 10 seconds passed, the same request (thread) of inventory service completed. So, how will this behave in production scenario? If we unknowingly placed a wrong timeout and receive the exception and let us say that the request went through successfully in the other service (in this example, inventory service) with a delay, then if we post the same request again, won't we have issue of creating duplicate records? i.e POST requests are not idempotent. So, how do we deal with this? GET requests will not have any issue but how do we handle POST requests in this case?
Amazing tutorial. Really complete and realistic architecture even considering is a small application it covers every single tool used in real world projects, 10/10 it's my opinion
This is very helpful, the way you organized the entire microservice course for 6 hours is awesome, it seems like quite lengthy, but trust me it is informative and quite useful for people who doesn't know microservice architecture. Thanks! kudos to you!
Wow! This is the best video I have seen so far about this top! Much better than a lot of Udemy courses! It deserves a donation by TH-cam. Congrats and continue with these amazing videos.
Looking at your name, I realised that you're our Telugu guy. I was trying to learn the Microservices after that I was done with essentials of SpringBoot. I found your tutorial at the right time, right after I got a Project in my current company. You're the best sir.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
I tried to learn microservices for a long time but didn't find any quality content. This is the best of the best tutorials on the internet. I just want to thank you the maker of this tutorial from the bottom of my heart.
Hi kabir, I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Sir I just love your videos. Please make an angular application to connect this same application. It will be a complete fullstack Project and it will be really helpful.
The amount of knowledge you poured out in this 6 hours is crazy.. Its almost too dense with knowledge, a bit overwhelming, in the greatest possible way.. God bless !
This was just so well explained. I could just sit back, relax and watch it to understand end-to-end how a microservices tech stack looks like. The concepts are very detailed and carefully designed for a beginner to grasp. Keep up the good work. 🔥🔥🔥🔥
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Thank you very much man. You put lots of work into this course. I want to change my current job, but need more knowledge of microservices, this course is on point!
Thank you so much. I was struggling so long to find a job after completing my degree because lack of my knowledge in coding. But whatever you thought almost everything I grab it so well. The content sharing and teaching pattern is so clear and easy to understand. Your teaching is really amazing. I really respect for this selfless act of yours and wish you all the very best from the depth of my heart. I wish you all the very best for your future works of yours and wish good health and happiness and prosperity. GOD BLESS YOU 🙏🙏🙏
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Oh dude, you're life saver! From all the Juniors, thank you! Thanks for the sharing this amazing content free. Its one of the best end-to-end microservices course ever!
This is a great explanation and walkthrough with hand holding to all developers with the right amount of information, no more or no less. I sincerely thank you for the work you have put up in preparing this course.
Thank you so much bro. I completed this, feels unreal now to have come through all the learning, bugs and challenges. I walk away as a highly motivated and confident person. Again, thank you so so much. 🙏🙏
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
The best tutorial I've ever seen on microservices. Could you show that only a user with the MANAGER role (keycloak role) can add a product, and only a user with the CLIENT role (keycloak role) can place an order? :)
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
I wish there could be a course on your site from complete beginner scratch to pro level and I could learn from there and track my progress like in a platform for lazy learner like me🙃 and a community where peer learners can get help with their doubts🙌🏻
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Well done! Great flow of information, very good English, soothing voice, good video editing skills, and valuable all around. Very good quality right here..
Thank you so much for this tutorial! It’s easy to understand, simple to follow, and covers all the essential topics for free. I have a huge respect for your hard work.
New subscriber here! I recently discovered this channel and it offers free amazing courses like this. This could be a paid course but it's not. Thank you for doing this sir, I hope your channel grow bigger.
thanks alot for a detailed explanation ,the whole 6 hours of your video covers pretty much all the concepts of micro-service ,I learn alot from this , one small finding from my side there is one corner case that breaks the inventory-service product availability checking ,since you are using allMatch in order-service ,in case if the list returned by the order-service is empty then your code will break ,allMatch on empty stream always return true unlike the anyMatch
Please note that the implementation is not perfect and have gaps. I was mainly concentrating on getting to the more interesting parts, that's why I took some shortcuts during implementation.
Hi Satish, I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Simply excellent ! Little long session BUT quite interesting & useful and keeps the audience involved every moment. Thanks a lot to make the Spring Boot Development & Testing easy. Looking forward to similar videos from you in future.
Man, Even Udemy doesn't have better course than this. instead of updating, you can create new course and add security as well. People would be happy to purchase... your courses are really really amazing.
Fantastic content! It's not just for beginners but also for experienced individuals who can discover something new or refresh their understanding. Thanks a lot!
I have followed much courses , this one is really the best on all the web ,You have really made much efforts for giving us this high quality, there's no words to express my gratitude ❤️❤️, thank you so much ❤️❤️.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Just some hints/feedback: Technically ok to get some idea but it would be nice to to take care about best-practises even on a basic introduction. For example always use smallest scopes/access rights, naming conventions, architecture, decouple layers, ... Another thing could be that there can be more time spent on explanations and not just really rushing through it.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
@@divyanshuanand3396 I'm learning this and I see all dependencies mentioned in this video exist when creat project with spring initializer. Please check your SI again.
Thanks for such an informative video on microservices. Have been struggling to find the microservices tutorial in order to understand the concept clearly. This video explains the concepts clearly in step by step manner. Awesome.
I patiently completed the 6 hours in two weeks and implemented the same thing part by part. I want to buy you a coffee. Because of this video I got 4 offers within a month. Thank you so much! Please please create a full hands-on video on Kubernetes and advanced Kafka internal working.
what version of spring boot are you using? I'm not able to get the Zipkin tracing to show up in the ui besides the discover-server traces. I even looked at the github and made changes now that spring cloud sleuth was moved to micrometer. My logs don't show the micrometer span and trace ids either.
NOTE: This tutorial is outdated as it's using Spring Boot 2, refer to the updated tutorial that uses Spring Boot 3 - th-cam.com/video/yn_stY3HCr8/w-d-xo.html
I love out of date stuff - always helps with debugging skills - If I get stuck I will look at the GH thanks! great content
Please upload the latest video as per latest spring boot version
Hello Sai , When are you planning to come up with the latest version ?
If I were to follow this tutorial with Spring Boot 3 would I have any problems?
@@luigiscottorosato2977 Check my latest video, I am redoing this series, it takes a couple of weeks until all videos will be released
From all the Junior developers... THANK YOU!
I mean just throwing it on TH-cam without any commercials and not promoting own paid courses means and tells a lot about the CS person. Like it was back in the days (early 2000-s) when people taught several topics just to share an experience and not to earn any money! Again, so much appreciated !!!
Is it okay to learn it just after doing core Java
@@abhishekfarande9672 nah, start with the basics of web dev to understand how it works. Then, slide to the monolithic architecture. Those are the essential things.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, zenkin client ,zuul etc.. how to get those? plz help
@@divyanshuanand3396 Don't use the latest version. Use any that are below 3.1. First of all, as you mentioned most of the dependencies are not supported yet. Secondly, you won't be able to find a lot of tutorials that covers this version. However, if you decide to use the latest version be ready to read a lot of official documentation and have a solid understanding of what you are doing. That's the simplest answer I can give.
P.S. I am using 3.0.6 even for my job.
Please everyone buy this person a coffee. He needs caffeine for all those hard work.
Agreed, this tutorial is Awesome 🤩
Very clear & well explained end-to-end project course. Thanks
Amazing! For more videos like this. 👍👍👍👍
Thank you
Thanks a lot very good video and many details included ,need some details on saga design pattern
This is by far the best end to end spring boot microservice course on the internet. please make more content like this and if possible make some tutorials about spring security.
Yes. Truely!
is it good for beginners who are starting to learn microservice
@@rayanzyad4712 yup it is one of tutorial which can be seen beginner friendly
bro spring initializer doesn't have many dependency now like - sleuth, Rabbit, Zenkin client etc.. how to handle ?
Very good flow. I watched 6 hours continuously. As others say, by far this is one of the best end-to-end sessions on microservices. Thanks!
bro spring initializer doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to handle ?
Hey bro 😊
I’m in the middle of the course and I’m stuck at the eureka client secure authentication part. Can someone help me please 🥺🥺
I am using spring boot 3.2.0 and getmapping is not working , can anyone help me out
Becoming more and more comfortable with spring since started watching your videos.
Quality 6 hours.
Amazing tutorial and good place to start if you are new to concepts like service discovery, API Gateways, etc.
Covers plethora of concepts and tools like springboot, mongoDB, MySQL, Eureka, Spring Cloud Gateway, Keycloak, Kafka, and more.
Follows all the good practices of Web development
A must watch and DIY for sure.
I am using spring boot 3.2.0 and getmapping is not working , can anyone help me out
@@prikshitparashar8950 Make sure u have added Lombok dependency.
This video taught me so many things I didn't understand for years... thank you!
Thanks!
omg, thank you so much! It's such a wonderful video that deserves millions of likes. Love it
I am glad that it comes to my recommendation. Instantly subscribed after watching the topics you are covering in this video. And last but not the least, Thanks for putting so much effort. Thanks for making it available for free.
same here
Thanks
First of all, this is one of the best and most commendable microservices courses I have ever seen. Thank you so much. Will surely buy a coffee.
Just a quick question at 3:57:00 on the course where you spoke about timeout error.
Since we saw that in the inventory service, we put a Thread.sleep to wait for 10 seconds so that we can test the functionality of timeout on the order service using Resilience4J, and the order service rightly threw the exception since the inventory service response did not come on time, but when 10 seconds passed, the same request (thread) of inventory service completed.
So, how will this behave in production scenario? If we unknowingly placed a wrong timeout and receive the exception and let us say that the request went through successfully in the other service (in this example, inventory service) with a delay, then if we post the same request again, won't we have issue of creating duplicate records? i.e POST requests are not idempotent. So, how do we deal with this? GET requests will not have any issue but how do we handle POST requests in this case?
Is it possible that you also bring the frontend course of the same application, using angular or react? I would be really appreciated.
Sure I will consider this :)
@@ProgrammingTechie React with Typescript would be nice
@@ProgrammingTechieplease do add one front end and that would be awesome
Thank you so much for providing premium content for free.
Amazing tutorial.
Really complete and realistic architecture even considering is a small application it covers every single tool used in real world projects, 10/10 it's my opinion
bro spring initializer doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
@@divyanshuanand3396 you can get Java dependencies from maven repository page actually, or even from the official page of that technologies you want
This is one of the best courses I have seen ever. I have no words to thank you.
I have only seen 15 minutes and I am learning a LOT!!!! THANK YOU SO MUUUCHHHHH!!! This will help me in my job tremendously!!! THANKSSS!!!!
This is very helpful, the way you organized the entire microservice course for 6 hours is awesome, it seems like quite lengthy, but trust me it is informative and quite useful for people who doesn't know microservice architecture. Thanks! kudos to you!
I am using spring boot 3.2.0 and getmapping is not working , can anyone help me out
This is probabily the best course I have seen.Good Work Bro👽
Wow! This is the best video I have seen so far about this top! Much better than a lot of Udemy courses! It deserves a donation by TH-cam. Congrats and continue with these amazing videos.
Looking at your name, I realised that you're our Telugu guy. I was trying to learn the Microservices after that I was done with essentials of SpringBoot. I found your tutorial at the right time, right after I got a Project in my current company. You're the best sir.
Wonderful Job. first thanks to giving an end-to-end process as free, Nowadays this type of course comes with paid one. Once again, thank you.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
I tried to learn microservices for a long time but didn't find any quality content. This is the best of the best tutorials on the internet. I just want to thank you the maker of this tutorial from the bottom of my heart.
Hi kabir, I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Sir I just love your videos. Please make an angular application to connect this same application. It will be a complete fullstack Project and it will be really helpful.
just watched like 30 mins and it's keeping me glued. feeling like i am meditating
Woah Woah Woah!!!! So many technologies in a single project. Great work! Thank you!!
I just saw first 45 minutes and it is something fantastic! Thanks a lot!
yeah same here... now i will complete the task that he told us to complete at the end of 40mins.
The amount of knowledge you poured out in this 6 hours is crazy.. Its almost too dense with knowledge, a bit overwhelming, in the greatest possible way.. God bless !
Best video on microservices in youtube 🎉 👏👏
This was just so well explained. I could just sit back, relax and watch it to understand end-to-end how a microservices tech stack looks like. The concepts are very detailed and carefully designed for a beginner to grasp. Keep up the good work. 🔥🔥🔥🔥
Hey bro 😊
I’m in the middle of the course and I’m stuck at the eureka client secure authentication part. Can someone help me please 🥺🥺
I am using spring boot 3.2.0 and getmapping is not working , can anyone help me out
u are the best programmer on youtube! thank you very much
this is so far best tutorial i've seen on the web , thanks
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Thanks God Today TH-cam Recommend me your video Am i am gona bing watch your all video Thanks
Thanks man, you helped me to get a job at a solid company! I learned a lot from you and implemented it by myself.
Awesome, congratulations 😃
thanks.. this series is best tutorial i've found on YT. can't wait for the k8s part for this tutorial.
Thank you very much man. You put lots of work into this course. I want to change my current job, but need more knowledge of microservices, this course is on point!
bro spring initializer doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
@@divyanshuanand3396what you said this technologies versions change according to maven versions.Sure you that you use latest maven version.
Thank you so much. I was struggling so long to find a job after completing my degree because lack of my knowledge in coding. But whatever you thought almost everything I grab it so well. The content sharing and teaching pattern is so clear and easy to understand. Your teaching is really amazing. I really respect for this selfless act of yours and wish you all the very best from the depth of my heart. I wish you all the very best for your future works of yours and wish good health and happiness and prosperity. GOD BLESS YOU 🙏🙏🙏
No words to express ur way of teaching thanks a lot for tons . Keep giving us more videos like this.
Really a good demonstration of a lot of functionalities in one go. Thanks!
Thank you Sir for all the work achieved! you deserve tones of likes
I dont usually writte comments, but i need to tell that this video is incredibly helpfull, great job
For those stuck starting order service at 1 hour 3 mins (01:03) i suggest you make sure mysql is downloaded and running (ver.
One of the best and complete course on Microservices and Spring Cloud !!! 😊
This is far superior to any paid oourse i have seen, big thanks!
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
@@divyanshuanand3396 You can try searching for them in maven repository online
Use the same version as in this video, then you wont find the issues, meanwhile I am working on updating the code to latest version
Oh dude, you're life saver! From all the Juniors, thank you! Thanks for the sharing this amazing content free. Its one of the best end-to-end microservices course ever!
bro spring initializer doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to handle ?
This is really a hand on and fabula's course. Thanks for sharing
You have used great technologies. Thanks for the effort. Looking forward to k8t part.
This is a great explanation and walkthrough with hand holding to all developers with the right amount of information, no more or no less. I sincerely thank you for the work you have put up in preparing this course.
Thank you so much bro. I completed this, feels unreal now to have come through all the learning, bugs and challenges. I walk away as a highly motivated and confident person.
Again, thank you so so much. 🙏🙏
My best quality 6 hour ever
i am a junior developer and this gave me a good head start, thankyou very much
Definitely, the best spring microservice course i have seen👌
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Wow, great job. I completed it with great curiosity. I enjoyed it. Thank you
Best 6 hours of my life.
He is brilliant guys..Give him more likes so that the videos will gp viral and let him get more subscribers. tremendous hardwork dude
Most Underrated Channel
Thank you so much!
From South Korea
The best tutorial I've ever seen on microservices. Could you show that only a user with the MANAGER role (keycloak role) can add a product, and only a user with the CLIENT role (keycloak role) can place an order? :)
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
I wish there could be a course on your site from complete beginner scratch to pro level and I could learn from there and track my progress like in a platform for lazy learner like me🙃 and a community where peer learners can get help with their doubts🙌🏻
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
one of the best course on microservices
I just saw first 50 minutes and it is absolutely amezing ❤! I will complete now.
Thank you so much dude, thanks to you I got an offer for my first job
Awesome, Congratulations :)
this course is far ahead from every paid udemy course!! hats off to your dedication. hope to see more interesting stuff in future.
This course is great! Is the best one that I found in the internet. Thank you very much for that!!! :)
Literally what I was looking for. Thank you for your effort, sir.
Insane tutorial with great explanation, thank you!
Well done! Great flow of information, very good English, soothing voice, good video editing skills, and valuable all around. Very good quality right here..
Thank you so much for this tutorial! It’s easy to understand, simple to follow, and covers all the essential topics for free. I have a huge respect for your hard work.
New subscriber here! I recently discovered this channel and it offers free amazing courses like this. This could be a paid course but it's not. Thank you for doing this sir, I hope your channel grow bigger.
thanks alot for a detailed explanation ,the whole 6 hours of your video covers pretty much all the concepts of micro-service ,I learn alot from this , one small finding from my side there is one corner case that breaks the inventory-service product availability checking ,since you are using allMatch in order-service ,in case if the list returned by the order-service is empty then your code will break ,allMatch on empty stream always return true unlike the anyMatch
Please note that the implementation is not perfect and have gaps.
I was mainly concentrating on getting to the more interesting parts, that's why I took some shortcuts during implementation.
Hi Satish, I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Very Well structured and the project definitely meets industry standards!
I could have paid for this course! Amazing content.
Simply excellent ! Little long session BUT quite interesting & useful and keeps the audience involved every moment. Thanks a lot to make the Spring Boot Development & Testing easy. Looking forward to similar videos from you in future.
Beautiful course ! Thanks a lot for the high quality both audio and visually :)
Man, Even Udemy doesn't have better course than this. instead of updating, you can create new course and add security as well. People would be happy to purchase... your courses are really really amazing.
Fantastic content! It's not just for beginners but also for experienced individuals who can discover something new or refresh their understanding. Thanks a lot!
Great tuto , one video for all microservice architecture .thanks Sir
Great microservice tutorial
...keep continuing posting these tutorials...will definitely help to others...God Bless u...
Very comprehensive, very well explained, each step introduced in the right order, exceptions explained and fixed -- all superlatives! 👍
If only this came up 3 years ago 😢.
Thanks a lot btw 😀👍👍
Thank you for this course! Keep up the good work! Cheers!
Perfect. An advanced Docker tutorial would be great also Thanks again for the wonderful tutorial
I have followed much courses , this one is really the best on all the web ,You have really made much efforts for giving us this high quality, there's no words to express my gratitude ❤️❤️, thank you so much ❤️❤️.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
Really awesome tutorial. Thank you so much for the content!
is it good for begineers? if not, where can i learn springboot first?
This is intermediate level course, not for beginners
@@ProgrammingTechie can you suggest me a good course for begineers please? there are a lot of them on youtube but i am not sure which one to follow.
Just some hints/feedback:
Technically ok to get some idea but it would be nice to to take care about best-practises even on a basic introduction. For example always use smallest scopes/access rights, naming conventions, architecture, decouple layers, ...
Another thing could be that there can be more time spent on explanations and not just really rushing through it.
bro I am creating project through spring initializer but it doesn't have many dependency in latest version now like - sleuth, Rabbit, Zenkin client etc.. how to get those? plz help
@@divyanshuanand3396 I'm learning this and I see all dependencies mentioned in this video exist when creat project with spring initializer. Please check your SI again.
Thanks for such an informative video on microservices. Have been struggling to find the microservices tutorial in order to understand the concept clearly. This video explains the concepts clearly in step by step manner. Awesome.
Thank you so much for this useful session. 🙏🙏 Appreciate
Very informative! Thank you!
You are amazing.thanks much for this beautiful course❤️.
Great effort.superb explaination.. Thanks for the video. 🎉🎉
Thank you very much; I couldn't find the words to express how pleased I am to learn more from your tutorials. You're the best.
A big thanks brother .... great work was able to revise and revisit springboot with this !!!
Waiting for your next video brother. Lots of love and respect for you brother.
I patiently completed the 6 hours in two weeks and implemented the same thing part by part. I want to buy you a coffee. Because of this video I got 4 offers within a month. Thank you so much!
Please please create a full hands-on video on Kubernetes and advanced Kafka internal working.
what version of spring boot are you using? I'm not able to get the Zipkin tracing to show up in the ui besides the discover-server traces. I even looked at the github and made changes now that spring cloud sleuth was moved to micrometer. My logs don't show the micrometer span and trace ids either.
Thank you so much Sir Ji Hats off to you for a great explanation in a simple way before that I have seen lots of videos but your work is great👍👍👍👍👍
Beautiful course ! Thanks