Creating a Service Registry | Microservice
HTML-код
- Опубликовано: 9 фев 2025
- Check out our courses:
Java Full Stack and Spring AI - go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
DevOps with AWS: From Basics to Mastery : go.telusko.com...
Coupon: TELUSKO10 (10% Discount)
Master Java Spring Development : go.telusko.com...
Coupon: TELUSKO20 (20% Discount)
For More Queries WhatsApp or Call on : +919008963671
Udemy Courses:
Spring: go.telusko.com...
Java:- go.telusko.com...
Java Spring:- go.telusko.com...
Java For Programmers:- go.telusko.com...
Python : go.telusko.com...
Git : go.telusko.com...
Docker : go.telusko.com...
website : courses.telusk...
Instagram : / navinreddyofficial
Linkedin : / navinreddy20
TELUSKO Android App : bit.ly/TeluskoApp
Discord : / discord
More Learning :
Java :- bit.ly/3x6rr0N
Python :- bit.ly/3GRc7JX
Django :- bit.ly/3MmoJK6
JavaScript :- bit.ly/3tiAlHo
Node JS :- bit.ly/3GT4liq
Rest Api :-bit.ly/3MjhZwt
Servlet :- bit.ly/3Q7eA7k
Spring Framework :- bit.ly/3xi7buh
Design Patterns in Java :- bit.ly/3MocXiq
Docker :- bit.ly/3xjWzLA
Blockchain Tutorial :- bit.ly/3NSbOkc
Corda Tutorial:- bit.ly/3thbUKa
Hyperledger Fabric :- bit.ly/38RZCRB
NoSQL Tutorial :- bit.ly/3aJpRuc
Mysql Tutorial :- bit.ly/3thpr4L
Data Structures using Java :- bit.ly/3MuJa7S
Git Tutorial :- bit.ly/3NXyCPu
Donation:
PayPal Id : navinreddy20
www.instamojo....
Amazing. No where we can find this kind of project explanation. Crystal clear.
you are the best teacher I have seen❤❤❤🙏🙏🙏
thank you sir. your are the best
So cool ❤
Thanks 🙏 SIR
For people facing issues for client not registering on server,you will need to add spring cloud dependencies in both question and service registery,then it will work!!
Thank you sir 🙏
great Video, thanks a lot
Osm ❤❤
thanks sir.
@telusko sir why we need to create multiple project instance why we no declare multiple service in .yml file ?
Sir please reply
Is worth to learn Spring boot in 2023 or learn typescript as a Java developer who good with object oriented programming language.
how to register a service with eureka if the service is not running in localhost or running in different server than eureka
Hi Naveen,
I am looking for proper job scheduling in SOS Berlin, can you please help me with that cause I can't find anything on internet other than bunch of documents.
With proper GitHub repository connection will be more helpful for complete details.
What if registry server itself goes down ? Then entire application will stop working ?
What's the Exact Difference Between Service Discovery and Load Balancer
Sir i got this on Eureka Server 'EMERGENCY! EUREKA MAY BE INCORRECTLY CLAIMING INSTANCES ARE UP WHEN THEY'RE NOT. RENEWALS ARE LESSER THAN THRESHOLD AND HENCE THE INSTANCES ARE NOT BEING EXPIRED JUST TO BE SAFE.' when i tried to start two service with different port
Same error...how did you resolve
👍🙏
Very knowledgeable but hard to understand the accent sometimes
i'm unable to run question service (mysql database) when i enable eureka-client ok i found the solution i added these two configuration eureka.client.register-with-eureka=true
eureka.client.fetch-registry=true in application.properites of question-service