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. Microservices playlist is - kzbin.info/aero/PLcs1FElCmEu25gt4hcgo6rkKhk2Ud57uN Happy Learning 😊 Cheers, Esha
@fareedhasamadh2 ай бұрын
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 .
@martinearnest1441 Жыл бұрын
Best micro services tutor award in the KZbin world goes to @ThinkConstructive👏👏👏
@ThinkConstructive Жыл бұрын
Thank you so much for your kind words 🙏🏻 Stay connected and please share with others too 😊
@ravikiranmoram1350 Жыл бұрын
communication is very good, very clear in presentation
@ThinkConstructive11 ай бұрын
Glad you liked it. Thanks a lot. Please stay connected and share with others too 😊
@mithleshpuri2 жыл бұрын
Very informative tutorial. Really learning lot from your sessions. Thank you very much 😊
@ThinkConstructive2 жыл бұрын
Welcome 😊 Stay connected, thanks
@MrSumitPuri Жыл бұрын
Thanks for the course. It's really very helpful
@ThinkConstructive Жыл бұрын
Glad it was helpful!
@akshayshahane52823 ай бұрын
Well explained. Thank you so much 👍🏻
@annd824 Жыл бұрын
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..
@nawwintphyu18734 ай бұрын
Thank you so much!
@ThinkConstructive3 ай бұрын
Welcome 😊 Please stay connected and share with others too, thanks 😊
@georgebanin48122 жыл бұрын
thanks so much,can you cover how to add spring secuity to a microservice project with an api gateway
@ThinkConstructive2 жыл бұрын
Welcome 😊 I will include this in the planning
@trinitykhuman8 ай бұрын
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.
@rahulvijay17812 жыл бұрын
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 ?
@ThinkConstructive Жыл бұрын
Eureka client is also supported for spring boot 3. There is no problem with that. Basically both Eureka Server and Client are supported for Spring Boot 3.
@rahulvijay1781 Жыл бұрын
@@ThinkConstructive i checked with that its not working can u check again in your side and update me ? Bcoz i checked only the @enable eureka server is working on springboot 3
@ThinkConstructive Жыл бұрын
For Spring boot 3, @EnableDiscoveryClient is available. @EnableDiscoveryClient or @EnableEurekaClient any one can be used for the same purpose. For specifically using @EnableEurekaClient in Spring boot 3, include below in pom.xml - org.springframework.cloud spring-cloud-netflix-eureka-client 3.1.4
@rahulvijay1781 Жыл бұрын
@@ThinkConstructive no the annotation was removed in spring boot 3 and spring cloud 2022.0.0 and provided auto configuration
@tombrady7390 Жыл бұрын
awesome
@ThinkConstructive Жыл бұрын
Thanks 😊 Stay connected and please share with others too 😊
@6365bharath Жыл бұрын
Why would one use this over service discovery provided by kubernetes?
@shamitharajathilaka6272 жыл бұрын
i have a problem client not registered
@shamitharajathilaka6272 жыл бұрын
can you help me
@ThinkConstructive2 жыл бұрын
Please check application logs for any errors raised. Also, see all relevant dependencies and annotations are applied properly
@abhilashrbalan Жыл бұрын
Can we create multiple instances of Eureka Server ? How it is configure ?
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.
@martinearnest14415 ай бұрын
please give us code
@ThinkConstructive5 ай бұрын
Here it is - github.com/thinkconstructive/microservices-project
@abhilashrbalan Жыл бұрын
what are the changes needed when we use @EnableDiscoveryClient instead of @Enable EurekaClient ?
@ThinkConstructive Жыл бұрын
You need to include below dependency in pom.xml - org.springframework.boot spring-boot-starter-parent 3.0.1