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.
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
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?
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!"
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.
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.
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.
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.
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.
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.
Thank you so much! You're the Best one!
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
Merci pour cette formation complet et structurée, well done !
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?
Wonderful tutorial. Every line of code worked like charm. Thanks.!
Excellent explanation ❤❤
The Voice Is Going Like A River. Excellent Teaching Sir .
@@saitej4256 Thanks
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!"
nice tutorials
Great tutorial. Keep them coming!
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.
Thank you bro
Very nice tutorial. The way of teaching is awesome. Please make video on kafka, cloud, mongodb as well!
🔥🔥🔥 great tutorial sir
Amazing
Thank you bro ...Love from Bangladesh💌
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.
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.
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.
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.
@@GenuineCoder Thanks man🥳🥳
really Thanks a Lot. Love You❤
How to use jwt security in Microservice in api gateway please make video on it
Pls make a video on circuit breaker also
Please provide some example on using Kafka in microservices architecture for Asynchronous communication between services.
Thanks for your suggestion.
I will look into this topic.
Super explanation bro, can you please explain spring boot with JWT?
Thanks!
Yes, i am considering a JWT tutorial soon.
@@GenuineCoder thank you very much bro, waiting for the video!
Hi,
The JWT tutorial is just released. You can find it here th-cam.com/video/HYBRBkYtpeo/w-d-xo.html
Can you please do a video on unit testing?
Thanks for the suggestion. Will look into that.
can you please explain little more about @Loadbalanced
sir you have not post any new concept about spring boot