Hey Guys in this video we have covered how 2 microservices interacting with each other and we have also covered how to register them with eureka server. Please comment if you want us to cover API gateway, fault tolerance and centralised logging in next part.
Hi.. Thank you for the amazing content. I have been waiting for this part. I believe API Gateway is required and it's implementation because 7 out of 10 interviewers have asked about it. As for fault tolerance and logging, only few have asked.
Thank you for your help and content in helping me crack Java developer inteviews. Forever grateful to you. I am trying to spread your channel details as much as possible.
Great one 👍 Yes please do cover logging, api gateway etc. Can you include apache Kafka and also use docker/kubernetes for the current Microservices project.
I am bit scary to shift in development side as because of i am tester and always feel like development is hard. But your videos are very clear understandable i feel like I can do development. Thanks a lot mam for making these kind of videos. Those are really very helpful to the beginners those who are wanted to shift in dev side from testing. Once again thanks a lot mam. Subscribed.
The best thing about your tutorial is your communication, your content, and explaining it line by line. Simply superb! I am looking forward to more tutorials. Manapasun Shubechha!!
Really it's helpful as I moved to New project where we are using microservices....thank you very much...lot of microdetails are also covered along with microservices in this video 😀😀😀...
Thanks 🙂🙂👍👍. This motivates us to create more such descriptive content. It does require R and D, but it's all worth it and we love doing it for u guys as u support us 🙏🙏
Such a great content.. I tried many resources in UA-cam but didn't get clarity, but finally i understand what i need. Thank you for such a best content. One request please upload topics quickly, we don't want to wait 😊
THanks a lot for creating this video. I also would like to suggest to use sound proofing materials when recording videos so that noise level and echo is reduced. I hope you will take it positively...
great video and nice explanation on Microservices. appreciate the way you explain concepts and make them understand very quickly. Very recommended. Thank you so much.
Really helpful Ma'am . Thank You . Kindly complete API Gateways, Logging , Fault Tolerance , Circuit breakers and other important topics practically if possible . Good day 🙂
Thank you so much to get started with Microservices with your clear explanation. It's awesome job by doing live coding which is helping for easy understanding.
The way you tell each and every thing is just exceptional... Great views will come to this channel. No doubts in it. Waiting for more such contents ma'am.
Good morning , I am really thankful for such a explanation related to microservices. I enjoyed learning it. But I have one question, how to find SQL Editor and Database option in Spring STS. Please guide me, I googled but could not understand completely .
Hello mam, Thanks for the beautiful video. I am Java developer with 8 years exp and I find your videos useful. But in this video, I am not understanding how to create database. I am not sure will you reply to me since its old video but still I am struck in this point. Please explain me how to connect to db or how to create db using STS. Thanks in advance.
Helped me to understand, and eagerly waiting for the next video. Please upload soon :) while doing the code in my machine, got troubled with some Eureka server based error, handling those. All in all the concept very well understandable.
Every video I watch I am amazed by your Explanations. Please can i know what is Data base navigator(plugin / any other) you are using at STS. Its very nice and simple learn ...
Great stuff, explained in a simple manner, Thank you very much! One question please - how will we ensure database constraints between citizen and vaccination center tables? If that is the case, we should use single database, right? Or is there a better way, still keeping different databases for the two microservices?
It's usually a better approach to decouple Microservices as much as possible. You can use design patterns for common problems. And saga for transactions management. And constraint can be put on db individual levels. Rest through code 👍
Just one quick question how that DB navigator perspective is getting? Which Eclipse plugin need to be install? because by using the DB navigator new database is been created from within eclipse seems to be useful plugin
Your videos are really knowledgeable but one doubt regarding Eureka Client I have, you mentioned that @EnableEurekaClient is deprecated it will be fine if we have spring-boot-starter-netflix-eureka-client dependency in pom and if we have application name in application.yml file so are the below properties being set to true in application.yml are also not required for eureka client eureka: client: fetch-registry: true register-with-eureka: true
Right, it can be auto generated, we were just trying to show how to create json from pojo. next time we will include your suggestion of not sending id and generating it automatically👍. When we create angular form and add citizen then we were about to show case this 👍👍
Hello @CodeDecode team, I guess you missed an important point to mention while creating a DB connection @9:07 using DB Weaver. The MySQL/Postgres connection requires a local instance of the database server installed, without which the local DB instance, the database connection is never successful.
Thanks for making such wonderful content.. but this code is giving lots of eception while running on spirngboot 3.0.5 with java 18/17..could you pls help me find where is the problem?
thank you so much for these informative videos with a great explanation ...can you make a video on deploying this entire microservice into AWS using Lambda and API gateway
as mentioned there can be multiple eureka servers, how our services are get to knw to which eureka server they need to register? Like we are configuring only for getting register but not specifying which server.
Hi, thank you so much for the video. Can you please walk us though the working environment? How to set up eclipse and data base ? Because it didn't work the same way for me and I'm stuck
While creating a new entry in Citizen table or Vaccination center why are you passing the ID values as 1 and 2. That should be automatically generated from the sequence generator right? #codedecode
@codedecode Thank you very much for such a great explanation . Lat week one of my friend suggested me your channel , i am keep on watching your videos and i can say that i am addicted to you in learning the things that i am already working on from last many years but without clarity in many topics in java, springboot and microservices. I got one doubt in this particular Eureka configuration, i could not understand how the services (Eureka clients) are getting identified automatically in Eureka Server and could not relate it with my services in AWS . It will be so much helpful if you make me understand on this point please?
Thanks a lot for your kind words. True Eureka is confusing when it's deployed in cloud. We have created a full stack course with this Eureka configuration and working too www.udemy.com/course/master-spring-boot-microservice-angular-with-k8s-cicd-aws/ Hope it helps
Hey!! You're doing a great job. Your videos has cleared many concepts of mine. Can you tell me what is difference between dependency Eureka Server and Eureka Discovery Client?
Thanks Meghna. Eureak client registers itself to eureka server. While eureka server is a server who is having registries of multiple eureka clients. It's same as client servers.
@codeDecode when i have started my eureka server and open the eureka dashboard i can see my eureka server under the - Instances currently registered with Eureka as Unknown, could you please tell me why i am having that ?
Thanks for such meaningful explanation..!! how in different environments we store database passwords while connecting to microservices? we should not hardcode password then how we should do that?
Hey Guys in this video we have covered how 2 microservices interacting with each other and we have also covered how to register them with eureka server. Please comment if you want us to cover API gateway, fault tolerance and centralised logging in next part.
Hi.. Thank you for the amazing content. I have been waiting for this part. I believe API Gateway is required and it's implementation because 7 out of 10 interviewers have asked about it. As for fault tolerance and logging, only few have asked.
Thank you for your help and content in helping me crack Java developer inteviews. Forever grateful to you. I am trying to spread your channel details as much as possible.
Sure Kartik, we will cover it all 👍👍
Great one 👍 Yes please do cover logging, api gateway etc. Can you include apache Kafka and also use docker/kubernetes for the current Microservices project.
Yes Karthikeyan, we will cover all these topics too 👍👍
Great explanation, I’m just watching ur videos for all minute details . Thanks for this info
👍👍 hope it helps Nandini
This is a pure 916 content.Please continue making microservices related videos.
Thanks sujith....
I am bit scary to shift in development side as because of i am tester and always feel like development is hard. But your videos are very clear understandable i feel like I can do development. Thanks a lot mam for making these kind of videos. Those are really very helpful to the beginners those who are wanted to shift in dev side from testing. Once again thanks a lot mam. Subscribed.
Thanks for the nice words and all the very best for your future
@@CodeDecode thank you so much mam
Truee. After watching this playlist, I got the confidence that I can clear interviews on development.
The best thing about your tutorial is your communication, your content, and explaining it line by line. Simply superb! I am looking forward to more tutorials. Manapasun Shubechha!!
Thanks a lot 🙂🙂sure we will put more such videos. Can u please translate last line for me?
@@CodeDecode Last line is Thank you so much
Best teaching skill.. whenever having doubt while doubt.. next few minutes video is clearing it..
Thanks Kasi. We are glad to know that 🙂🙂👍👍keep leaving keep growing 👍👍
Really it's helpful as I moved to New project where we are using microservices....thank you very much...lot of microdetails are also covered along with microservices in this video 😀😀😀...
Thanks 🙂🙂👍👍. This motivates us to create more such descriptive content. It does require R and D, but it's all worth it and we love doing it for u guys as u support us 🙏🙏
Thank you very much for explaining MS in so much details. I am getting lot of confidence after watching your videos. keep up great work.
one of the best tutorial I found on youtube.... Great
Thanks a lot Suraj 🙂👍
1 hour 200 views, 1 day 200k, 1 month 2M 😃
Thanks for the practical content
Thanks 🙏
Forever grateful...Best teacher ever
Thanks a lot Srikanth 🙂👍
Thank you so much for this great content. Really appreciate the way you explain concepts and make them understand very quickly! Thanks again :)
Thanks a ton Anuradha 🙂👍
hi anuradha
what an explanation madam love the the way u r doing, even it is one hour not even diverted one second
Thanks Sekhar 👍🙂
Thank you for posting microservices video it is really helpful thank you
Thanks Vengat 👍
You are doing this great for us. lots of Thanks. Please cover API gateways, fault tolerance and centralized logging in as early as possible.
Sure Rohit 👍👍
Such a great content.. I tried many resources in UA-cam but didn't get clarity, but finally i understand what i need. Thank you for such a best content. One request please upload topics quickly, we don't want to wait 😊
Thanks Pal 👍🙏. Sure we will try to upload rest topics as soon as possible 👍👍
Every video I watch I am amazed by ur Explainations...
Great work mam...👍👍👍
thanks ganpati for appreciation
THanks a lot for creating this video. I also would like to suggest to use sound proofing materials when recording videos so that noise level and echo is reduced. I hope you will take it positively...
Sure Manraj. We will work on noise issues 👍👍 thanks for letting us know. Means a lot Man 👍👍🙂
Amazing tutorial, precise and straight to the point... Thank You so much 😊
Thanks 🙂👍
You are explained in Such a easy and simple manner subscribed the channel. Kudos to your work
Thanks a lot😊😊
It was good and easy to understand, please make more videos on Microservices in details
Sure next video are lined up....
great video and nice explanation on Microservices. appreciate the way you explain concepts and make them understand very quickly. Very recommended. Thank you so much.
Thanks a lot Mounika 😊👍❤️❤️
Excellent and clear explanation
Thanks
such a great explanation. please bring more videos on spring microservices ❤️❤️
Sure Neeraj 👍👍
Waiting for next set of videos Microservices. Please do upload. Just want to say thank you in an infinite loop for all the help you guys are doing 👍
Thanks Karthikeyan. We will upload soon 👍👍
Really helpful Ma'am . Thank You . Kindly complete API Gateways, Logging , Fault Tolerance , Circuit breakers and other important topics practically if possible . Good day 🙂
Sure Shweta, we will scale this example to all these topics 👍👍
Thank you so much to get started with Microservices with your clear explanation. It's awesome job by doing live coding which is helping for easy understanding.
Thanks Senthil 🙂👍
@@CodeDecodeIs API gateway video uploaded?
The way you tell each and every thing is just exceptional... Great views will come to this channel. No doubts in it. Waiting for more such contents ma'am.
Thanks a tonn Utkarsh 🙂👍
Great explanation, started going through all videos
Thanks.
Thanks Feroz khan 👍🙂
Very useful content about how ms communication should be handled. Thanks for the video and efforts taken.
Thanks a lot Khemraj 🙂👍
super explanation... you should be more recognized .... keep up the good work...
Thanks tapan for the nice words
Great tutorial and excellent💯👍👏 explanation. Helped me a lot to understand about MicroServices. Eagerly Waiting for next remaining parts.
You are doing a Great Job for everybody. God bless you🙏😊
Thanks Indrajeet 🙏🙏
This means a lot Indrajeet 🙏🙏thanks for the motivation 👍👍
Easy tutorial and clear..Keep it up
Thanks a lot
Excellent sister 👍🙏
Make more videos on spring boot and please make project on spring boot including front-end and back-end
Btw Great explanation 👌🙏
Sure, we are planning to do that really soon 👍👍
Very Nice Tutorial
Helpful and easy to understand .👌👌
Thanks Sajal 👍👍
Must needed for me as I recently switched and new product is using mocroservice and Eureka. Like for part 1 is missing in description
ua-cam.com/video/nElpCWmpSew/v-deo.html
Hi, Awesome content, clear demonstration . Thank you.
Thanks Pragya 🙂🙂👍
really superb content,Thank you
Thanks
Nice video and project implementation, keep up uploading more videos.
Unfortunate that there are less likes.
Thanks for the nice words sandeep....
Excellent video! Thanks for the explanation.
🙂👍
Good and simple one..easy to understand
Thanks
Great explanation 👍👍, waiting for the next part💕...
Sure poonam videos are lined up....
nice video ma'am
Thanks
Good morning , I am really thankful for such a explanation related to microservices. I enjoyed learning it. But I have one question, how to find SQL Editor and Database option in Spring STS. Please guide me, I googled but could not understand completely .
Hello mam,
Thanks for the beautiful video. I am Java developer with 8 years exp and I find your videos useful. But in this video, I am not understanding how to create database. I am not sure will you reply to me since its old video but still I am struck in this point. Please explain me how to connect to db or how to create db using STS. Thanks in advance.
Hi Santosh. Please go to eclipse market place and search dbeaver. Install that plugin and you are good to go
This is really helpful. Thankyou
You're welcome!
Great video. Clear explanation 👌 Expecting more videos..
Sure👍 thanks 👍👍
Perfect content helping me a lot to upskill. thanks for the video
Helped me to understand, and eagerly waiting for the next video. Please upload soon :)
while doing the code in my machine, got troubled with some Eureka server based error, handling those. All in all the concept very well understandable.
Sure Arka, we will upload that soon 👍👍
Awesome work . Appreciate your patience 👍🏻
Thanks 👍
Every video I watch I am amazed by your Explanations. Please can i know what is Data base navigator(plugin / any other) you are using at STS. Its very nice and simple learn ...
Thanks🙂🙂. It dbeaver you will get it in eclipse marketplace.
@@CodeDecode thank you
Thank you so much for such a great effort you put on all videos. i cant admire enough. please keep it up.
Thanks Bhavik 🙂👍
Such detail video,kudos to your effort.
Thanks
Well done!
Thanks Vishal 🙂👍
Why is my EurekaServer starting Tomcat on port 8080 and not 8761 when I run on Eclipse but while running on STS Tomcat is initialized on port 8761
?
Great stuff, explained in a simple manner, Thank you very much! One question please - how will we ensure database constraints between citizen and vaccination center tables? If that is the case, we should use single database, right? Or is there a better way, still keeping different databases for the two microservices?
It's usually a better approach to decouple Microservices as much as possible. You can use design patterns for common problems. And saga for transactions management. And constraint can be put on db individual levels. Rest through code 👍
Hey, Code Decode team. how are you creating SQL database in the same IDE? Can you please share the details?
We are waiting for the Next part series, Thank you.
Sure 👍👍
very nice explanation! thank you for soo much effort!!
Thanks 🙂🙂
Awesome! Thanks for creating such a knowledgeable video ... Keep it up👍👍😊
Thanks karishma
Just one quick question how that DB navigator perspective is getting? Which Eclipse plugin need to be install? because by using the DB navigator new database is been created from within eclipse seems to be useful plugin
Right Gokul, it's dbeaver. You can get that from marketplace
Thank you so much for this video. Eagerly waiting for the other parts..
Sure Saumya we will upload that soon👍👍
Thanks for this video really helpful
Thanks Ganesh 🙂👍
Your videos are really knowledgeable but one doubt regarding Eureka Client I have, you mentioned that @EnableEurekaClient is deprecated it will be fine if we have spring-boot-starter-netflix-eureka-client dependency in pom and if we have application name in application.yml file so are the below properties being set to true in application.yml are also not required for eureka client
eureka:
client:
fetch-registry: true
register-with-eureka: true
It's by default true
Thanks for making such an effort😊
👍👍🙂🙂
hey, at 35:00 while adding citizen, why are you passing id? it is auto generated , so no need to pass id right?
Right, it can be auto generated, we were just trying to show how to create json from pojo. next time we will include your suggestion of not sending id and generating it automatically👍. When we create angular form and add citizen then we were about to show case this 👍👍
@@CodeDecode Thank you. Also. this series is awesome.
Thanks Akash 👍
Thanks for great tutorial mam. I think naming conventions can be improved a bit
Sure we will work on that 👍👍
Thank you so much for this video
🙂👍
Amazing content....please bring some more videos on Eureka...and plz bring videos on Kafka messaging system....that will help us alot❤️
We will scale up this series to kafka, kubernetes n much more 👍👍
Shared it to different groups as well👍
Thanks Akhouri. 🙏🙏 it helps 👍👍
Loved the content, explanation and what a clarity ! ❤️
Thanks raunak
In 56:40 you have checked listOfCitizen with a shortcut click. How can I do same by using Intellij. I want to check as you checked. Please reply
great explanation. thanks
You are welcome!
Really helpful for me
Thanks
Great 👍
Thanks
Hello @CodeDecode team, I guess you missed an important point to mention while creating a DB connection @9:07 using DB Weaver. The MySQL/Postgres connection requires a local instance of the database server installed, without which the local DB instance, the database connection is never successful.
I Have been trying to create a localHost DB in Dbeaver. It is giving me some error. Brother, can you please tell me how to do this?
Can you please explain how to do the db weaver installation bcoz it's not available in eclipse marketplace
Thanks for making such wonderful content.. but this code is giving lots of eception while running on spirngboot 3.0.5 with java 18/17..could you pls help me find where is the problem?
Here you go Sandeep
ua-cam.com/video/BWaQFX79vO8/v-deo.html
thanks a lot love the way you explained this
Thanks Tejas 😊
thank you so much for these informative videos with a great explanation ...can you make a video on deploying this entire microservice into AWS using Lambda and API gateway
Sure Suryadoy, AWS deployment is in our pipeline 👍🙂
Please add few more videos on the concept like
Vertical and horizontal scalling.
PCF
F5
Load balancer.
Hey, Thank you so much for this great content. How to get this database plugin in sts ?
as mentioned there can be multiple eureka servers, how our services are get to knw to which eureka server they need to register? Like we are configuring only for getting register but not specifying which server.
Great Job
Thanks Tanveer 👍👍
Hi, thank you so much for the video. Can you please walk us though the working environment? How to set up eclipse and data base ? Because it didn't work the same way for me and I'm stuck
While creating a new entry in Citizen table or Vaccination center why are you passing the ID values as 1 and 2. That should be automatically generated from the sequence generator right? #codedecode
Yes it can also be automatically generated due to annotations we used
@@CodeDecode I don't see any videos on Multithreading. That is a very important topic for the interview. Can we get some quickly
Thank you so much 🙏
🙂👍
Great 👏
Thanks .....
Great learning for me thanks a lot. However I have a doubt,What is the use of feign client then ?
@codedecode Thank you very much for such a great explanation . Lat week one of my friend suggested me your channel , i am keep on watching your videos and i can say that i am addicted to you in learning the things that i am already working on from last many years but without clarity in many topics in java, springboot and microservices.
I got one doubt in this particular Eureka configuration, i could not understand how the services (Eureka clients) are getting identified automatically in Eureka Server and could not relate it with my services in AWS . It will be so much helpful if you make me understand on this point please?
Thanks a lot for your kind words. True Eureka is confusing when it's deployed in cloud. We have created a full stack course with this Eureka configuration and working too
www.udemy.com/course/master-spring-boot-microservice-angular-with-k8s-cicd-aws/
Hope it helps
Pls cover the topics of config server and distribute tracing
Sure Rakesh 👍👍
Great explanation, very clear and useful , THANK YOU
can you please tell me just how to add 'database navigator' to STS4
You can find that in eclipse marketplace🙂 👍
Hey!! You're doing a great job. Your videos has cleared many concepts of mine. Can you tell me what is difference between dependency Eureka Server and Eureka Discovery Client?
Thanks Meghna. Eureak client registers itself to eureka server. While eureka server is a server who is having registries of multiple eureka clients. It's same as client servers.
@codeDecode when i have started my eureka server and open the eureka dashboard i can see my eureka server under the - Instances currently registered with Eureka as Unknown, could you please tell me why i am having that ?
Same query even I have...Eureka server is showing registered for me as well.
@code Decode, could you please tell me how did you integrate the workbench with Spring tool?
Thanks for such meaningful explanation..!! how in different environments we store database passwords while connecting to microservices? we should not hardcode password then how we should do that?
ua-cam.com/play/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN.html
Thank you so so much mam.
You are welcome Deepak.....
It's Solid....Thank you...
Thank you so much for this video :)
You are welcome!
Hi Thank you for amazing video . can you cover Mockito test cases for all crud operation for controller and service class that will be very helpful
Sure Ganesh we will do that 👍🙂
Please awaiting for your video of mockito test cases for controller and service class
Thanks 🙏
you're welcome
great video!
Thanks Harish 🙂👍