Creating a Service Registry | Microservice

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • Check out our courses:
    Enterprise Java Spring Microservices: 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....

КОМЕНТАРІ • 17

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

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

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

  • @shrutiambashtha6196
    @shrutiambashtha6196 4 місяці тому

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

  • @the_crazyengineer
    @the_crazyengineer 3 місяці тому

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

  • @vishalsaxena3234
    @vishalsaxena3234 4 місяці тому

    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.

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

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

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

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

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

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

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

    So cool ❤

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

    great Video, thanks a lot

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

    Thanks 🙏 SIR

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

    Thank you sir 🙏

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

    thanks sir.

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

    Osm ❤❤

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

    👍🙏

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

    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