Microservices Service Registration and Discovery | Spring Cloud | Netflix Eureka

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

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

  • @ThinkConstructive
    @ThinkConstructive  Год назад +2

    Learn Microservices Service Registration and Discovery using Spring Cloud Netflix Eureka library. In this session, Spring cloud netflix eureka is explained in detail with demonstration. Kindly attend the full session to understand it completely.
    Microservices playlist is - ruclips.net/p/PLcs1FElCmEu25gt4hcgo6rkKhk2Ud57uN
    Happy Learning 😊
    Cheers,
    Esha

  • @mithleshpuri
    @mithleshpuri Год назад +2

    Very informative tutorial. Really learning lot from your sessions. Thank you very much 😊

  • @ravikiranmoram1350
    @ravikiranmoram1350 8 месяцев назад +1

    communication is very good, very clear in presentation

    • @ThinkConstructive
      @ThinkConstructive  8 месяцев назад +2

      Glad you liked it. Thanks a lot.
      Please stay connected and share with others too 😊

  • @annd824
    @annd824 9 месяцев назад +1

    Dear mem why r u stopping to upload the video's of microservices' upload i m learning many of thing from your lecture and your way of teaching is very nice. keep it up..

  • @martinearnest1441
    @martinearnest1441 9 месяцев назад +1

    Best micro services tutor award in the RUclips world goes to @ThinkConstructive👏👏👏

    • @ThinkConstructive
      @ThinkConstructive  9 месяцев назад +1

      Thank you so much for your kind words 🙏🏻
      Stay connected and please share with others too 😊

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

    Thanks for the course. It's really very helpful

  • @nawwintphyu1873
    @nawwintphyu1873 16 дней назад +1

    Thank you so much!

    • @ThinkConstructive
      @ThinkConstructive  5 дней назад +1

      Welcome 😊
      Please stay connected and share with others too, thanks 😊

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

    thanks so much,can you cover how to add spring secuity to a microservice project with an api gateway

  • @trinitykhuman
    @trinitykhuman 5 месяцев назад

    Pls do a tutorial video on how to connect multiple databases in microservices and how to communicate to each other. Eg. creation of seperate databases for user,post and notification and how to get the data by the user from post and notification db.

  • @6365bharath
    @6365bharath Год назад

    Why would one use this over service discovery provided by kubernetes?

  • @rahulvijay1781
    @rahulvijay1781 Год назад +2

    but why the eureka server is working for springboot 3.0.x and why not eureka client support springboot 3 ?? its only working on 2.7.x is there any problem in that ?

    • @ThinkConstructive
      @ThinkConstructive  Год назад +2

      Eureka client is also supported for spring boot 3. There is no problem with that.
      Basically both Eureka Server and Client are supported for Spring Boot 3.

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

      @@ThinkConstructive i checked with that its not working can u check again in your side and update me ? Bcoz i checked only the @enable eureka server is working on springboot 3

    • @ThinkConstructive
      @ThinkConstructive  Год назад +2

      For Spring boot 3, @EnableDiscoveryClient is available. @EnableDiscoveryClient or @EnableEurekaClient any one can be used for the same purpose. For specifically using @EnableEurekaClient in Spring boot 3, include below in pom.xml -
      org.springframework.cloud
      spring-cloud-netflix-eureka-client
      3.1.4

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

      @@ThinkConstructive no the annotation was removed in spring boot 3 and spring cloud 2022.0.0 and provided auto configuration

  • @tombrady7390
    @tombrady7390 11 месяцев назад +1

    awesome

    • @ThinkConstructive
      @ThinkConstructive  11 месяцев назад +1

      Thanks 😊
      Stay connected and please share with others too 😊

  • @shamitharajathilaka627
    @shamitharajathilaka627 Год назад +2

    i have a problem client not registered

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

      can you help me

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

      Please check application logs for any errors raised. Also, see all relevant dependencies and annotations are applied properly

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

    HI , In this session Here 3 microservices will communicate with each other with the help of eureka server and services will act as eureka client. This complete project is developed using Spring Boot and Spring Cloud. Could you please advise, how to bring to many micro services in Inteliji IDE simultantly runing with different port , to practice this session in my local.

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

    Can I have the link to this code

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

    Can we create multiple instances of Eureka Server ?
    How it is configure ?

    • @Aaqibkhan-oy9fr
      @Aaqibkhan-oy9fr 11 месяцев назад

      Add the cloud dependency of yor project version

  • @martinearnest1441
    @martinearnest1441 Месяц назад +1

    please give us code

    • @ThinkConstructive
      @ThinkConstructive  Месяц назад +1

      Here it is - github.com/thinkconstructive/microservices-project

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

    what are the changes needed when we use @EnableDiscoveryClient instead of @Enable EurekaClient ?

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

      You need to include below dependency in pom.xml -
      org.springframework.boot
      spring-boot-starter-parent
      3.0.1