Creating a Service Registry | Microservice

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 17

  • @praveeng244
    @praveeng244 Рік тому +7

    Amazing. No where we can find this kind of project explanation. Crystal clear.

  • @shrutiambashtha6196
    @shrutiambashtha6196 6 місяців тому

    you are the best teacher I have seen❤❤❤🙏🙏🙏

  • @FadingDreams
    @FadingDreams Рік тому +1

    So cool ❤

  • @jagatkrishna1543
    @jagatkrishna1543 Рік тому +1

    Thanks 🙏 SIR

  • @vishalsaxena3234
    @vishalsaxena3234 6 місяців тому

    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

  • @the_crazyengineer
    @the_crazyengineer 5 місяців тому

    @telusko sir why we need to create multiple project instance why we no declare multiple service in .yml file ?

  • @vinaydadi1297
    @vinaydadi1297 Рік тому

    Osm ❤❤

  • @Happy_.hearts
    @Happy_.hearts 5 місяців тому

    Thank you sir 🙏

  • @SayHiToVamshi
    @SayHiToVamshi Рік тому

    how to register a service with eureka if the service is not running in localhost or running in different server than eureka

  • @fadisalameh3368
    @fadisalameh3368 7 місяців тому

    great Video, thanks a lot

  • @CuriousVivek
    @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.

  • @slucky...
    @slucky... 7 місяців тому

    What's the Exact Difference Between Service Discovery and Load Balancer

  • @sk-wl7we
    @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.

  • @yashkumarsinghpatwa9267
    @yashkumarsinghpatwa9267 11 місяців тому

    What if registry server itself goes down ? Then entire application will stop working ?

  • @jannatgambhir9465
    @jannatgambhir9465 9 місяців тому

    thanks sir.

  • @rishiraj2548
    @rishiraj2548 Рік тому

    👍🙏

  • @bharathkumar134
    @bharathkumar134 9 місяців тому

    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