Creating a Service Registry | Microservice

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น •

  • @praveeng244
    @praveeng244 ปีที่แล้ว +8

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

  • @shrutiambashtha6196
    @shrutiambashtha6196 7 หลายเดือนก่อน

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

  • @reemadamle6882
    @reemadamle6882 19 วันที่ผ่านมา

    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
    @DevGhost97 24 วันที่ผ่านมา

    thank you sir. your are the best

  • @FadingDreams
    @FadingDreams ปีที่แล้ว +1

    So cool ❤

  • @vinaydadi1297
    @vinaydadi1297 ปีที่แล้ว

    Osm ❤❤

  • @the_crazyengineer
    @the_crazyengineer 6 หลายเดือนก่อน

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

  • @jagatkrishna1543
    @jagatkrishna1543 ปีที่แล้ว +1

    Thanks 🙏 SIR

  • @fadisalameh3368
    @fadisalameh3368 8 หลายเดือนก่อน

    great Video, thanks a lot

  • @Happy_.hearts
    @Happy_.hearts 6 หลายเดือนก่อน

    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

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

  • @vishalsaxena3234
    @vishalsaxena3234 7 หลายเดือนก่อน

    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

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

  • @jannatgambhir9465
    @jannatgambhir9465 9 หลายเดือนก่อน

    thanks sir.

  • @yashkumarsinghpatwa9267
    @yashkumarsinghpatwa9267 ปีที่แล้ว

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

  • @slucky...
    @slucky... 8 หลายเดือนก่อน

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

  • @rishiraj2548
    @rishiraj2548 ปีที่แล้ว

    👍🙏

  • @bharathkumar134
    @bharathkumar134 10 หลายเดือนก่อน

    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