This is an Excellent MicroServices tutorial using spring boot i have seen so far. Thank you for all efforts to create and explained each topic clearly. Deploying these micro services in AWS/GCP using CI/CD pipelines will be very helpful using docker
@RacingMaster-ij2ch13 күн бұрын
Bro is your service registry is working?
@paternediedhiou90002 ай бұрын
Thank you so much! You're the Best one!
@milind1234569 ай бұрын
Must say, this is an excellent source for Spring microservices. I can see lot of effort went into creation of this video. The example of streaming videos you picked up was not too easy and not too difficult too, so people can concentrate on the microservices aspects that you have presented. Kudos to you. Please keep posting videos like this.
@abhishekomprakash40745 ай бұрын
I would like to suggest a couple of new topics which could be helpful 1. Exception Handling for service to service communication. 2. Docker compose for the entire application.
@prashlovessamosa12 күн бұрын
Thanks Sirji bahut dhanyawad
@IToucann21 күн бұрын
Very helpful video bro! Keep it going
@thushanchathuranga66948 ай бұрын
Wonderful tutorial. Every line of code worked like charm. Thanks.!
@EdTechAwarenessАй бұрын
This is the best Spring Boot microservices tutorial I’ve come across so far-truly excellent work! I have just one question: why does the API Gateway configuration use hardcoded microservice IP addresses? Wouldn't it be better to leverage service discovery for dynamic resolution?
@surenderr1921Ай бұрын
Good explanation with flow, Thank you...
@jayachandranvj416 ай бұрын
Cheta... Thankyou first of all for making video❤ "This is the best and clearest explanation of microservices architecture I've seen! As a fresher, I understood it perfectly on the first go. Thank you so much for this video. Please, please make a continuous series on messaging queues like Kafka and RabbitMQ. Your teaching style is amazing!"
@wilsonvaboum13387 ай бұрын
Merci pour cette formation complet et structurée, well done !
@saitej42565 ай бұрын
The Voice Is Going Like A River. Excellent Teaching Sir .
@GenuineCoder5 ай бұрын
@@saitej4256 Thanks
@sujithg58735 ай бұрын
Excellent explanation ❤❤
@vsg11098 ай бұрын
Very nice tutorial. The way of teaching is awesome. Please make video on kafka, cloud, mongodb as well!
@VuNguyen-s8w6x11 күн бұрын
good job, bro
@AmielDump-rn2qm8 ай бұрын
Great tutorial. Keep them coming!
@handmadets63062 ай бұрын
Thank you bro
@congweihuang14163 ай бұрын
Amazing
@gvishnukanthbharadwaj53945 ай бұрын
Thank you bro ...Love from Bangladesh💌
@vishaag81643 ай бұрын
nice tutorials
@Maty-uf5vc5 ай бұрын
How to use jwt security in Microservice in api gateway please make video on it
@9-19397 ай бұрын
🔥🔥🔥 great tutorial sir
@veeraswamy970610 күн бұрын
thank you brother if possible provide Authentication and Authorization for Client Micro services (categolog ans Streaminf services)-- that is also ery helpfull to all.
@Humanity__56445 ай бұрын
really Thanks a Lot. Love You❤
@gnsc5 ай бұрын
Pls make a video on circuit breaker also
@abhishekomprakash40745 ай бұрын
Very nice tutorial. Could you extend this and show the dockerization of the services and start the entire setup using docker compose. Additionally, which version of Intellij are you using for this tutorial? I do not see the option of 'Spring Boot' after selecting Services -> Add Service -> Run Configuration Type in order to manage running multiple services.
@yusufokr03 ай бұрын
I guess it's because you're not using the Ultimate Edition. I was using the community version when I came across the same issue. but when I upgraded to Ultimate Edition it disappeared.
@rajnishsingh28649 ай бұрын
Please provide some example on using Kafka in microservices architecture for Asynchronous communication between services.
@GenuineCoder9 ай бұрын
Thanks for your suggestion. I will look into this topic.
@Humanity__56445 ай бұрын
can you please explain little more about @Loadbalanced
@khageswarnayak63 ай бұрын
sir you have not post any new concept about spring boot
@whisperhelper58297 ай бұрын
Can you please do a video on unit testing?
@GenuineCoder7 ай бұрын
Thanks for the suggestion. Will look into that.
@AshwaniKumarTrading9 ай бұрын
Awesome video man. I have a doubt, let suppose I have 3 different profiles for all my microservice (dev, test, prod). How can config-server knows which profile load when..? Like load dev profile in development mode and prod in production.
@GenuineCoder9 ай бұрын
Good question! In the individual services, you can specify which profile should be fetched from the config server. "The spring.cloud.config.profile property is used to specify the active profile for the Spring Cloud Config client. The profile is used to determine which properties files are loaded from the Config Server." For example, at 1:20:48, you can specify "spring.cloud.config.profile=dev" at line 4. Then, movie-catalog-service will start on dev profile. Similarly, you can even configure different profiles for different microservices like this.
@AshwaniKumarTrading9 ай бұрын
@@GenuineCoder Thanks man🥳🥳
@ganeshenamala83179 ай бұрын
Super explanation bro, can you please explain spring boot with JWT?
@GenuineCoder9 ай бұрын
Thanks! Yes, i am considering a JWT tutorial soon.
@ganeshenamala83179 ай бұрын
@@GenuineCoder thank you very much bro, waiting for the video!
@GenuineCoder8 ай бұрын
Hi, The JWT tutorial is just released. You can find it here kzbin.info/www/bejne/foqlg3Whjtmjm9E