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

Комментарии • 21

  • @praveeng244
    @praveeng244 Год назад +8

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

  • @shrutiambashtha6196
    @shrutiambashtha6196 8 месяцев назад

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

  • @DevGhost97
    @DevGhost97 Месяц назад

    thank you sir. your are the best

  • @FadingDreams
    @FadingDreams Год назад +1

    So cool ❤

  • @jagatkrishna1543
    @jagatkrishna1543 Год назад +1

    Thanks 🙏 SIR

  • @reemadamle6882
    @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!!

  • @Happy_.hearts
    @Happy_.hearts 7 месяцев назад

    Thank you sir 🙏

  • @fadisalameh3368
    @fadisalameh3368 9 месяцев назад

    great Video, thanks a lot

  • @vinaydadi1297
    @vinaydadi1297 Год назад

    Osm ❤❤

  • @jannatgambhir9465
    @jannatgambhir9465 11 месяцев назад

    thanks sir.

  • @the_crazyengineer
    @the_crazyengineer 7 месяцев назад

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

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

  • @SayHiToVamshi
    @SayHiToVamshi Год назад

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

  • @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 Год назад

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

  • @slucky...
    @slucky... 9 месяцев назад

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

  • @vishalsaxena3234
    @vishalsaxena3234 8 месяцев назад

    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

  • @rishiraj2548
    @rishiraj2548 Год назад

    👍🙏

  • @valerioporcelli
    @valerioporcelli 12 дней назад

    Very knowledgeable but hard to understand the accent sometimes

  • @bharathkumar134
    @bharathkumar134 11 месяцев назад

    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