Amazing. No where we can find this kind of project explanation. Crystal clear.
@shrutiambashtha61968 ай бұрын
you are the best teacher I have seen❤❤❤🙏🙏🙏
@reemadamle6882Ай бұрын
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!!
@DevGhost97Ай бұрын
thank you sir. your are the best
@FadingDreams Жыл бұрын
So cool ❤
@jagatkrishna1543 Жыл бұрын
Thanks 🙏 SIR
@Happy_.hearts7 ай бұрын
Thank you sir 🙏
@vinaydadi1297 Жыл бұрын
Osm ❤❤
@fadisalameh33689 ай бұрын
great Video, thanks a lot
@CuriousVivek Жыл бұрын
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.
@the_crazyengineer7 ай бұрын
@telusko sir why we need to create multiple project instance why we no declare multiple service in .yml file ?
@jannatgambhir946510 ай бұрын
thanks sir.
@slucky...9 ай бұрын
What's the Exact Difference Between Service Discovery and Load Balancer
@sk-wl7we Жыл бұрын
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.
@SayHiToVamshi Жыл бұрын
how to register a service with eureka if the service is not running in localhost or running in different server than eureka
@vishalsaxena32348 ай бұрын
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
@gayathrikota11945 күн бұрын
Same error...how did you resolve
@yashkumarsinghpatwa9267 Жыл бұрын
What if registry server itself goes down ? Then entire application will stop working ?
@rishiraj2548 Жыл бұрын
👍🙏
@valerioporcelli8 күн бұрын
Very knowledgeable but hard to understand the accent sometimes
@bharathkumar13411 ай бұрын
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