Тёмный

Microservices Tutorial example using Spring boot with Eureka |Microservices Spring boot Eureka 

Code Decode
Подписаться 136 тыс.
Просмотров 144 тыс.
50% 1

In this video of microservices using spring boot and eureka of code decode we have explained
Vaccination Center And User / Citizen Microservices and Eureka Real world Microservice spring Boot Example.
In this video of code decode we have explained microservice example in Spring boot using Eureka.
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/u...
Course Description Video :
yt.openinapp.c...
✅ Microservices Basis : • Microservices Basics T...
✅ Microservices with Hystrix : • Hystrix circuit breake...
This video is created with the most real time example of real world. Which is vaccination center service and user service
Microservices architecture using spring boot are a form of service-oriented architecture style .Its one of the most important skills for Java developers Now a days wherein applications are built as a collection of different smaller services rather than one whole app.
In place of one monolithic app, in microservice architecture we have several independent applications that can run on their own and may be created using different coding or programming languages.
This Microservices example using spring boot captures your business scenario, answering the question “What problem are you trying to solve?”
Microservice architectures are the ‘new normal’. Building small, self-contained, ready to run applications can bring great flexibility and added resilience to your code. Spring Boot’s many purpose-built features make it easy to build and run your microservices in production at scale. But no microservice architecture is complete without Spring Cloud ‒ easing administration and boosting your fault-tolerance.
Microservice resilience with Spring Cloud
The distributed nature of microservices brings challenges. Spring helps you mitigate these. With several ready-to-run cloud patterns, Spring Cloud can help with service discovery, load-balancing, circuit-breaking, distributed tracing, and monitoring. It can even act as an API gateway.
With Spring Boot, your microservices architecture can start small and iterate fast. That’s why it has become the de facto standard for Java™ microservices. Quickstart your project with Spring Initializr and then package as a JAR. With Spring Boot’s embedded server model, you’re ready to go in minutes.
Need to Eureka:
Netflix Eureka service registry - A service registry is useful because it enables client-side load-balancing and decouples service providers from consumers without the need for DNS. Then u can build a client that both registers itself with the registry and uses it to resolve its own host.
Spring Cloud helps you manage that complexity with a service registry like Eureka and Consul and client-side load-balancing.
The service’s port is defaulted to the well-known 8761 .
Github link for Code : github.com/cod...
Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
Advance Java Interview Questions and Answers : • Advance Java Interview...
Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
Spring Boot Interview Questions and Answers : • Advance Java Interview...
Angular Playlist : • Angular Course Introdu...
GIT : • GIT
-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode
Subscriber Code Decode : www.youtube.co...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
#microservices #codedecode #MicroservicesImplementationSpringbootEureka #java #microserviceExampleUsingEureka

Опубликовано:

 

30 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 353   
@CodeDecode
@CodeDecode 3 года назад
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.
@Ktx6
@Ktx6 3 года назад
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.
@Ktx6
@Ktx6 3 года назад
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.
@CodeDecode
@CodeDecode 3 года назад
Sure Kartik, we will cover it all 👍👍
@karthikeyanrm3446
@karthikeyanrm3446 3 года назад
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.
@CodeDecode
@CodeDecode 3 года назад
Yes Karthikeyan, we will cover all these topics too 👍👍
@anuradhap4055
@anuradhap4055 2 года назад
Thank you so much for this great content. Really appreciate the way you explain concepts and make them understand very quickly! Thanks again :)
@CodeDecode
@CodeDecode 2 года назад
Thanks a ton Anuradha 🙂👍
@dhanushh5828
@dhanushh5828 Год назад
hi anuradha
@PinakGanguly12rocks
@PinakGanguly12rocks 2 года назад
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 ?
@GameMasters825
@GameMasters825 3 года назад
Jesus is an indian kid
@SanthoshNB-jv4v
@SanthoshNB-jv4v 5 месяцев назад
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.
@CodeDecode
@CodeDecode 4 месяца назад
Hi Santosh. Please go to eclipse market place and search dbeaver. Install that plugin and you are good to go
@SandeepAS-ov3fk
@SandeepAS-ov3fk Год назад
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?
@CodeDecode
@CodeDecode Год назад
Here you go Sandeep ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-BWaQFX79vO8.html
@fullstackjavadeveloper3639
@fullstackjavadeveloper3639 2 года назад
how to open database navigator in sts? or in eclipse?
@ShubhamSharma-bn9mi
@ShubhamSharma-bn9mi 7 месяцев назад
@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 ?
@prakyathprakash5180
@prakyathprakash5180 2 месяца назад
Same query even I have...Eureka server is showing registered for me as well.
@Anonymous-pe5pp
@Anonymous-pe5pp 2 года назад
Amazing tutorial, precise and straight to the point... Thank You so much 😊
@CodeDecode
@CodeDecode 2 года назад
Thanks 🙂👍
@herickoachu307
@herickoachu307 Год назад
Thanks very much for the content,i can see SQL EDITOR in your STS ,how can i add SQL editor to mine
@CodeDecode
@CodeDecode Год назад
In marketplace search for dbeaver👍
@sadichavan6235
@sadichavan6235 Год назад
How to disbale 8761 eureka register on producrion so only developer can see not others..
@CodeDecode
@CodeDecode Год назад
You can change Eureka dashboard url and then only who have code access can access dashboard
@chetan3008
@chetan3008 2 года назад
Hey, Code Decode team. how are you creating SQL database in the same IDE? Can you please share the details?
@meghanasubbanna6700
@meghanasubbanna6700 2 года назад
localhost:8671 doesnt come up , even though rest works as mentioned ??
@CodeDecode
@CodeDecode 2 года назад
Did u add server. port in application. Property file Meghana?
@Rohit-yo4ik
@Rohit-yo4ik 3 года назад
You are doing this great for us. lots of Thanks. Please cover API gateways, fault tolerance and centralized logging in as early as possible.
@CodeDecode
@CodeDecode 3 года назад
Sure Rohit 👍👍
@ashokmunaganti3047
@ashokmunaganti3047 Год назад
how do you bring Database Navigator there? can you please tell me
@CodeDecode
@CodeDecode Год назад
In eclipse marketplace you can find dbeaver . 👍👍
@shrutik1863
@shrutik1863 2 года назад
When i am connecting to db i am getting communication link error. Not able to connect through dbeaver
@CodeDecode
@CodeDecode 2 года назад
Try sql yog
@bhupendarnegi2024
@bhupendarnegi2024 2 года назад
Mam how to Client servers connected the discovery server if my port od discovery server are deff?
@CodeDecode
@CodeDecode 2 года назад
Make it property driven from yaml Or application property file
@RakeshKumar-en1uq
@RakeshKumar-en1uq Год назад
Pls cover the topics of config server and distribute tracing
@CodeDecode
@CodeDecode Год назад
Sure Rakesh 👍👍
@santhoshnb3660
@santhoshnb3660 10 дней назад
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 .
@lakshmiprasannat4147
@lakshmiprasannat4147 10 месяцев назад
Hi, how to get a database persistence navigator in STS
@CodeDecode
@CodeDecode 10 месяцев назад
Search in marketplace. You will find it there
@priyankashaw1238
@priyankashaw1238 Год назад
I don't see a database navigator in perspective. Pls help
@CodeDecode
@CodeDecode Год назад
Hi Priyanka . Search in eclipse marketplace plz
@sumit1895
@sumit1895 2 года назад
why u r putting the value of id in postman. its auto-gen. wright?
@CodeDecode
@CodeDecode 2 года назад
Yes you can try it without id too. Thanks Sumit
@balakrishnan-vn5dk
@balakrishnan-vn5dk 10 месяцев назад
can u please tell how u got the dbviewer option on top corner
@CodeDecode
@CodeDecode 10 месяцев назад
Search in eclipse market place you will get it in name of dbeaver
@shwetabhat9981
@shwetabhat9981 3 года назад
Really helpful Ma'am . Thank You . Kindly complete API Gateways, Logging , Fault Tolerance , Circuit breakers and other important topics practically if possible . Good day 🙂
@CodeDecode
@CodeDecode 3 года назад
Sure Shweta, we will scale this example to all these topics 👍👍
@mallikarjunhagargi7830
@mallikarjunhagargi7830 3 года назад
1 hour 200 views, 1 day 200k, 1 month 2M 😃 Thanks for the practical content
@CodeDecode
@CodeDecode 3 года назад
Thanks 🙏
@tirmuladhanikonda699
@tirmuladhanikonda699 2 года назад
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.
@CodeDecode
@CodeDecode 2 года назад
Thanks for the nice words and all the very best for your future
@tirmuladhanikonda699
@tirmuladhanikonda699 2 года назад
@@CodeDecode thank you so much mam
@reddaboinavasista4166
@reddaboinavasista4166 8 месяцев назад
Truee. After watching this playlist, I got the confidence that I can clear interviews on development.
@jerrencestephen110
@jerrencestephen110 6 дней назад
Here u gave localhost url to connect nd all the other microservice but what about when the changes are deployed in multiple servers with multiple endpoints or host names? Then how do we call another microservice controller method?
@sandipmulmule
@sandipmulmule 6 месяцев назад
How you got access Citizen class in vaccinatnationService ? RequiredResponse in that how you accessed Citizen class
@bkumar256
@bkumar256 2 года назад
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.
@trendinggadgets07
@trendinggadgets07 3 года назад
such a great explanation. please bring more videos on spring microservices ❤️❤️
@CodeDecode
@CodeDecode 3 года назад
Sure Neeraj 👍👍
@vshlmlvliveit
@vshlmlvliveit 2 года назад
Well done!
@CodeDecode
@CodeDecode 2 года назад
Thanks Vishal 🙂👍
@reshusinghal8298
@reshusinghal8298 Год назад
Hi Team, Can you let me know which version of spring cloud is compatible with spring boot version of 2.1.9.RELEASE as I am not able to find it anywhere.
@dharmendra2196
@dharmendra2196 3 года назад
Must needed for me as I recently switched and new product is using mocroservice and Eureka. Like for part 1 is missing in description
@CodeDecode
@CodeDecode 3 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-nElpCWmpSew.html
@sharukhshaik9090
@sharukhshaik9090 Год назад
You are explained in Such a easy and simple manner subscribed the channel. Kudos to your work
@CodeDecode
@CodeDecode Год назад
Thanks a lot😊😊
@monisaha2771
@monisaha2771 2 года назад
Getting this error, and the service is not getting registered to Eureka Server, any idea? Failed to start bean 'eurekaAutoServiceRegistration'; nested exception is java.lang.NullPointerException
@adwaitagastya9052
@adwaitagastya9052 Год назад
how we can add database and SQL editor
@CodeDecode
@CodeDecode Год назад
Using dbeaver
@NikhilSinghBisht-ww2sw
@NikhilSinghBisht-ww2sw 4 месяца назад
Can you please explain again what is CitizenServer and EurekaServer ?
@unnatigavhale3468
@unnatigavhale3468 7 месяцев назад
Hey, Thank you so much for this great content. How to get this database plugin in sts ?
@gokulaher2476
@gokulaher2476 3 года назад
Almost 3 hours wasted got panic for a while Everything was correct from my side but still the data is not getting passed from POSTMAN to Controller the mapping of Post request and POJO was not happening finally removed the lombok annotations @Data @AllArgsConstructor @NoArgsConstructor and then added all above using eclipse -->Source->Generate Getters and Setters and Constructors then it works Why Lombok annotations did not worked in my case , I am skeptical ...... do you have any idea ? This was literally frustrating at some point of time What should be done to avoid such Lombok issues , pl. provide your suggestion on this issue and thanks for such great video to that lady
@CodeDecode
@CodeDecode 2 года назад
Did u install lombok? Added required paths to lombok jar?
@Sincooltrap
@Sincooltrap 2 года назад
*I don't see any videos on Multithreading. That is a very important topic for the interview. Can we get some quickly* #codedecode
@gokulaher2476
@gokulaher2476 2 года назад
To the team of code decode , Eureka Server, Eureka Client, Zuul APi-GateWay, Ribbon Load Balancer any many more Netflix libraries are not supported by Spring Boot they put all these libraries in maintenance mode , So it feels like All netflix libraries are out dated because if you create the SpringBoot application using spring initializer then these Netflix libraries are not supported anymore.. Requesting code decode team to upgrade all the Microservices related videos to Spring Cloud and Spring Boot latest version. Thank you!
@CodeDecode
@CodeDecode 2 года назад
Sure Gokul 🙂👍
@ITZindgi
@ITZindgi 2 года назад
application should have eureka server address ? how to make client app aware about the eureka server ?
@palroy376
@palroy376 3 года назад
Such a great content.. I tried many resources in RU-vid 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 😊
@CodeDecode
@CodeDecode 3 года назад
Thanks Pal 👍🙏. Sure we will try to upload rest topics as soon as possible 👍👍
@neelabhrai292
@neelabhrai292 Год назад
how can I get in touch with you ? Any mail id where I could reach you . I desire to have you as my mentor
@padmak9967
@padmak9967 Месяц назад
Its failing for the new version of springboot
@sumathikoduru1077
@sumathikoduru1077 Год назад
@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?
@CodeDecode
@CodeDecode Год назад
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
@gokulaher2476
@gokulaher2476 3 года назад
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
@CodeDecode
@CodeDecode 3 года назад
Right Gokul, it's dbeaver. You can get that from marketplace
@manrajges8576
@manrajges8576 Год назад
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...
@CodeDecode
@CodeDecode Год назад
Sure Manraj. We will work on noise issues 👍👍 thanks for letting us know. Means a lot Man 👍👍🙂
@sivashankar-sx9ul
@sivashankar-sx9ul 9 месяцев назад
Vaccination project in side citizen. Java class chestara
@saipriyadarshinibandi8145
@saipriyadarshinibandi8145 3 года назад
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
@CodeDecode
@CodeDecode 3 года назад
It's by default true
@Spirtual-Motivational-Politics
@Spirtual-Motivational-Politics 2 года назад
how you are able to do connection from your editor and able to see mysql icon. How can we made that kind of setup in my local. can you please tell me madam.
@CodeDecode
@CodeDecode 2 года назад
Try to install dbeaver from sts marketplace and thats it. You are good to have sql workbench in your sts ide itself
@mounikagaja3936
@mounikagaja3936 Год назад
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.
@CodeDecode
@CodeDecode Год назад
Thanks a lot Mounika 😊👍❤️❤️
@zahidchand5382
@zahidchand5382 3 года назад
Excellent sister 👍🙏 Make more videos on spring boot and please make project on spring boot including front-end and back-end Btw Great explanation 👌🙏
@CodeDecode
@CodeDecode 3 года назад
Sure, we are planning to do that really soon 👍👍
@Ravikumar-gj6qw
@Ravikumar-gj6qw Год назад
Hi ,we use feignclient right instead of resttemplate
@movies_channel_new
@movies_channel_new 10 месяцев назад
For SQL how to write database-platform
@suryadoynandan9684
@suryadoynandan9684 2 года назад
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
@CodeDecode
@CodeDecode 2 года назад
Sure Suryadoy, AWS deployment is in our pipeline 👍🙂
@gowthamisasanapuri9980
@gowthamisasanapuri9980 3 года назад
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 😀😀😀...
@CodeDecode
@CodeDecode 3 года назад
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 🙏🙏
@nandinidiwakar8028
@nandinidiwakar8028 Год назад
Great explanation, I’m just watching ur videos for all minute details . Thanks for this info
@CodeDecode
@CodeDecode Год назад
👍👍 hope it helps Nandini
@zamirdr
@zamirdr 2 года назад
Great explanation, very clear and useful , THANK YOU can you please tell me just how to add 'database navigator' to STS4
@CodeDecode
@CodeDecode 2 года назад
You can find that in eclipse marketplace🙂 👍
@mayurpawar4686
@mayurpawar4686 3 года назад
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?
@CodeDecode
@CodeDecode 3 года назад
ru-vid.com/group/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN
@sreejeshraj4800
@sreejeshraj4800 Год назад
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?
@CodeDecode
@CodeDecode Год назад
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 👍
@meghnajaswani3587
@meghnajaswani3587 2 года назад
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?
@CodeDecode
@CodeDecode 2 года назад
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.
@manukonda
@manukonda 2 года назад
Mam can u please paste these examples in Protected test Mam,Please
@vengatr2194
@vengatr2194 2 года назад
Thank you for posting microservices video it is really helpful thank you
@CodeDecode
@CodeDecode Год назад
Thanks Vengat 👍
@phanimadhuri4087
@phanimadhuri4087 3 года назад
Please cover APIGateway,Circuit breaker,Cloud depluyment also.
@CodeDecode
@CodeDecode 3 года назад
Sure Phani 👍👍we will do that
@gauravyup
@gauravyup Год назад
Great 👍
@CodeDecode
@CodeDecode Год назад
Thanks
@sourabhpoyekar5783
@sourabhpoyekar5783 2 месяца назад
It's Solid....Thank you...
@karishmarawat1359
@karishmarawat1359 3 года назад
Awesome! Thanks for creating such a knowledgeable video ... Keep it up👍👍😊
@CodeDecode
@CodeDecode 3 года назад
Thanks karishma
@sujith6323
@sujith6323 3 года назад
This is a pure 916 content.Please continue making microservices related videos.
@CodeDecode
@CodeDecode 3 года назад
Thanks sujith....
@amansinghrajawat1307
@amansinghrajawat1307 6 месяцев назад
My Table is Not creating in MySQL ? can any one help ? update : able to do that just jave to repalce Dialect : database-platform: org.hibernate.dialect.MySQLDialect and Driver : com.mysql.jdbc.Driver
@karishmarawat1359
@karishmarawat1359 3 года назад
Can you please make video on how to write test cases using Junit, Mockito for microservices 🙂👍
@CodeDecode
@CodeDecode 3 года назад
Sure Karishma 👍👍
@venkateshyembulur3693
@venkateshyembulur3693 Год назад
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 ...
@CodeDecode
@CodeDecode Год назад
Thanks🙂🙂. It dbeaver you will get it in eclipse marketplace.
@venkateshyembulur3693
@venkateshyembulur3693 Год назад
@@CodeDecode thank you
@haribhaskar5410
@haribhaskar5410 Год назад
Jem 💎
@CodeDecode
@CodeDecode Год назад
Thanks
@utkarshrazzz9964
@utkarshrazzz9964 2 года назад
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.
@CodeDecode
@CodeDecode 2 года назад
Thanks a tonn Utkarsh 🙂👍
@pragyapandey3179
@pragyapandey3179 Год назад
Hi, Awesome content, clear demonstration . Thank you.
@CodeDecode
@CodeDecode Год назад
Thanks Pragya 🙂🙂👍
@SriHariChukka1210
@SriHariChukka1210 2 года назад
Thanks 🙏
@CodeDecode
@CodeDecode 2 года назад
you're welcome
@Sincooltrap
@Sincooltrap 2 года назад
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
@CodeDecode 2 года назад
Yes it can also be automatically generated due to annotations we used
@Sincooltrap
@Sincooltrap 2 года назад
@@CodeDecode I don't see any videos on Multithreading. That is a very important topic for the interview. Can we get some quickly
@bhupendarnegi2024
@bhupendarnegi2024 2 года назад
Mam plz make one more video for loadbalancing in microservices
@CodeDecode
@CodeDecode 2 года назад
Sure Bhupendar wvwill upload videos on client and server side load balancing
@sandeepmishra6733
@sandeepmishra6733 2 года назад
Nice video and project implementation, keep up uploading more videos. Unfortunate that there are less likes.
@CodeDecode
@CodeDecode 2 года назад
Thanks for the nice words sandeep....
@akhouritushar
@akhouritushar 3 года назад
Amazing content....please bring some more videos on Eureka...and plz bring videos on Kafka messaging system....that will help us alot❤️
@CodeDecode
@CodeDecode 3 года назад
We will scale up this series to kafka, kubernetes n much more 👍👍
@akhouritushar
@akhouritushar 3 года назад
Shared it to different groups as well👍
@CodeDecode
@CodeDecode 3 года назад
Thanks Akhouri. 🙏🙏 it helps 👍👍
@vyankateshkulkarni4374
@vyankateshkulkarni4374 Год назад
Thanks for great tutorial mam. I think naming conventions can be improved a bit
@CodeDecode
@CodeDecode Год назад
Sure we will work on that 👍👍
@chetananand6508
@chetananand6508 3 года назад
Mam , If we create two eureka server , the how come service know that on which eureka server it needs to be registered ?
@CodeDecode
@CodeDecode 3 года назад
By port numbers.
@shivannagarisravanthi5448
@shivannagarisravanthi5448 3 года назад
make video on feign client and rabbitMQ and why we use?
@CodeDecode
@CodeDecode 3 года назад
Thanks for the suggestions we will make it soon......
@khemrajdhondge
@khemrajdhondge 2 года назад
Very useful content about how ms communication should be handled. Thanks for the video and efforts taken.
@CodeDecode
@CodeDecode 2 года назад
Thanks a lot Khemraj 🙂👍
@mohammadferozkhan7918
@mohammadferozkhan7918 2 года назад
Great explanation, started going through all videos Thanks.
@CodeDecode
@CodeDecode 2 года назад
Thanks Feroz khan 👍🙂
@jasper5016
@jasper5016 2 года назад
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!!
@CodeDecode
@CodeDecode 2 года назад
Thanks a lot 🙂🙂sure we will put more such videos. Can u please translate last line for me?
@manjunathkallole7308
@manjunathkallole7308 2 года назад
@@CodeDecode Last line is Thank you so much
@iask9999
@iask9999 3 года назад
Best teaching skill.. whenever having doubt while doubt.. next few minutes video is clearing it..
@CodeDecode
@CodeDecode 3 года назад
Thanks Kasi. We are glad to know that 🙂🙂👍👍keep leaving keep growing 👍👍
@karthikeyanrm3446
@karthikeyanrm3446 3 года назад
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 👍
@CodeDecode
@CodeDecode 3 года назад
Thanks Karthikeyan. We will upload soon 👍👍
@deep_parida
@deep_parida 3 года назад
I am not able to get SQL option in STS4.4.1
@CodeDecode
@CodeDecode 3 года назад
Please download dbeaver from eclipse market place
@thetechies2259
@thetechies2259 2 года назад
@@CodeDecode can you please tell which dbeaver need to install
@thetechies2259
@thetechies2259 2 года назад
@@CodeDecode and what feature needed to select
@SajalAgarwal300
@SajalAgarwal300 3 года назад
Very Nice Tutorial Helpful and easy to understand .👌👌
@CodeDecode
@CodeDecode 3 года назад
Thanks Sajal 👍👍
@tapanparida3176
@tapanparida3176 3 года назад
super explanation... you should be more recognized .... keep up the good work...
@CodeDecode
@CodeDecode 3 года назад
Thanks tapan for the nice words
@vinayvemuri5727
@vinayvemuri5727 2 года назад
Madam, what if Eureka server is down or have some issue?
@CodeDecode
@CodeDecode 2 года назад
We do have multiple eureka servers. If one gets down, another is ready with all registry details. If u noticed, we have used 2 properties in property file, which says don't register with other eureka servers. If you need multiple eureka servers, don't add those2 properties in your prop file
@ayyasamys1011
@ayyasamys1011 3 года назад
Great video. Clear explanation 👌 Expecting more videos..
@CodeDecode
@CodeDecode 3 года назад
Sure👍 thanks 👍👍
@Hosthubs
@Hosthubs 2 года назад
Thank you so much for such a great effort you put on all videos. i cant admire enough. please keep it up.
@CodeDecode
@CodeDecode 2 года назад
Thanks Bhavik 🙂👍
@saumyasrivastava5577
@saumyasrivastava5577 3 года назад
Thank you so much for this video. Eagerly waiting for the other parts..
@CodeDecode
@CodeDecode 3 года назад
Sure Saumya we will upload that soon👍👍
@muhammaddanish6347
@muhammaddanish6347 Год назад
i am unable to see DBeaver in my sts tool...can anyone help
@CodeDecode
@CodeDecode Год назад
Can you please search it in eclipse marketplace?
@muhammaddanish6347
@muhammaddanish6347 Год назад
@@CodeDecode yes searched but which one to install and how to get icon on sts UI
@snehalakkar772
@snehalakkar772 3 года назад
It was good and easy to understand, please make more videos on Microservices in details
@CodeDecode
@CodeDecode 3 года назад
Sure next video are lined up....
@gkarthik55
@gkarthik55 2 года назад
Excellent video! Thanks for the explanation.
@CodeDecode
@CodeDecode 2 года назад
🙂👍
@kazaasekhar
@kazaasekhar 3 года назад
what an explanation madam love the the way u r doing, even it is one hour not even diverted one second
@CodeDecode
@CodeDecode 3 года назад
Thanks Sekhar 👍🙂
@AkanshaGrowArts
@AkanshaGrowArts 2 года назад
very nice explanation! thank you for soo much effort!!
@CodeDecode
@CodeDecode 2 года назад
Thanks 🙂🙂
Далее