Microservices Service Registration and Discovery | Spring Cloud | Netflix Eureka

preview_player
Показать описание
Java Microservices tutorial for Service Registration and Discovery using Spring Cloud Netflix Eureka library. Spring cloud netflix eureka is explained in detail with demonstration. Here 3 microservices will communicate with each other with the help of eureka server and services will act as eureka client. This complete project is developed using Spring Boot and Spring Cloud.

Kindly attend the full session to understand the concept completely.

Notes -
1. service registration and discovery is essential for seamless Microservices communication
2. spring cloud has netflix eureka package available for making service discovery and Registration
3. key annotation - EnableEurekaServer , EnableEurekaClient , LoadBalanced etc.

Link of the Microservices playlist is given below -

Pls subscribe to the channel -

Follow me on -

Support the channel with your Amazon purchase -

Disclosure, I use affiliate Amazon links above. Purchasing through these links gives me a small commission -- the price to you is the same.

#thinkconstructive #eshapuri #microservices #microservicestutorial #servicediscovery

Chapters
00:00 Introduction
00:10 Session Overview and Agenda
01:00 Microservices Example Application Design
01:59 Microservices Example Application UML Diagram
02:49 What and why of Service Registration and Discovery
08:11 How to create Eureka Server: Maven Dependencies , Development and Testing : Spring Cloud Netflix Eureka
17:16 How to create Eureka Client for Post Service : Maven Dependencies , Development and Testing : Spring Cloud Netflix Eureka
25:10 How to create Eureka Client for Notification Service : Maven Dependencies , Development and Testing : Spring Cloud Netflix Eureka
28:04 How to create Eureka Client for User Service : Maven Dependencies , Development and Testing : Spring Cloud Netflix Eureka
35:53 Multiple instances of Post and Notification Services registration with Eureka server : development and testing
42:10 Summary
43:04 Thank You

Queries
what is service registration
what is service discovery
what is netflix eureka
what is spring cloud
what is eureka server
what is eureka client
why service discovery
why service registration
how to implement eureka server
how to implement eureka client
how to bring up multiple instances of a spring boot application
how to include spring cloud dependencies
how to refresh maven dependency
what is microservice
what are microservices
what are microservices application
what is microservices architecture
why to use microservices
why microservices
why microservices application
what is the example of microservices
social media application microservice
what are the features of microservices
what are the advantages of microservices application
how two spring boot microservices communicate with each other
problems with resttemplate
how to create microservices using spring boot
how Microservices communicate with each other
how Microservices communicate with each other using spring boot
how Microservices communicate with each other using java spring boot
how to test rest api
how to test Microservices
how one service calls another service
how one microservice calls another microservice
Рекомендации по теме
Комментарии
Автор

Learn Microservices Service Registration and Discovery using Spring Cloud Netflix Eureka library. In this session, Spring cloud netflix eureka is explained in detail with demonstration. Kindly attend the full session to understand it completely.
Happy Learning 😊
Cheers,
Esha

ThinkConstructive
Автор

Wonderful video mam . find it very usefull. thanks a lot .one of best videos i found who taught us microservice in very easy way. Please keep posting us more videos.Thank you once again .

fareedhasamadh
Автор

Best micro services tutor award in the Youtube world goes to @ThinkConstructive👏👏👏

martinearnest
Автор

Very informative tutorial. Really learning lot from your sessions. Thank you very much 😊

mithleshpuri
Автор

communication is very good, very clear in presentation

ravikiranmoram
Автор

Dear mem why r u stopping to upload the video's of microservices' upload i m learning many of thing from your lecture and your way of teaching is very nice. keep it up..

annd
Автор

Thanks for the course. It's really very helpful

MrSumitPuri
Автор

thanks so much, can you cover how to add spring secuity to a microservice project with an api gateway

georgebanin
Автор

Pls do a tutorial video on how to connect multiple databases in microservices and how to communicate to each other. Eg. creation of seperate databases for user, post and notification and how to get the data by the user from post and notification db.

trinitykhuman
Автор

but why the eureka server is working for springboot 3.0.x and why not eureka client support springboot 3 ?? its only working on 2.7.x is there any problem in that ?

rahulvijay
Автор

Why would one use this over service discovery provided by kubernetes?

bharath
Автор

i have a problem client not registered

shamitharajathilaka
Автор

HI, In this session Here 3 microservices will communicate with each other with the help of eureka server and services will act as eureka client. This complete project is developed using Spring Boot and Spring Cloud. Could you please advise, how to bring to many micro services in Inteliji IDE simultantly runing with different port, to practice this session in my local.

sakthimurugan
Автор

Can we create multiple instances of Eureka Server ?
How it is configure ?

abhilashrbalan
Автор

what are the changes needed when we use @EnableDiscoveryClient instead of @Enable EurekaClient ?

abhilashrbalan