Implementation of Spring cloud ApiGateway and eureka naming server with two microservice

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

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

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

    very simple explanation... Many thanks Hero

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

    very simple and understanding ... keep it up

  • @DeVLog-DR
    @DeVLog-DR 20 дней назад

    Thank you so much. it helped me a lot. :)

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

    Very good! Perfect for being so minimal!

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

    Great explanation ❤

  • @jaspaldhaliwal8087
    @jaspaldhaliwal8087 10 месяцев назад +1

    I am looking at the video above. I guess we don't need to add annotation @EnableEurekaClient on client. Only pom.xml changes and application.properties are OK.

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

    Hi. It will be helpful if u create one video on how to call microservices with dynamic routing covering api gateway and service discovery.
    I am just thinking what should be the endpoint url when calling service 1 to service2 if there r multiple instance of microservices

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

    Thanks nice for the demo

  • @kaycerkhouini4394
    @kaycerkhouini4394 15 дней назад

    THANKSSSSSSSS

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

    Thank you sir

  • @kashifkhan-yr8wi
    @kashifkhan-yr8wi Год назад

    is there a way to dynamically add routing in the API Gateway, instead of defining the routes in application.yml?

  • @KeshavDeoSharma
    @KeshavDeoSharma 6 месяцев назад

    it will be better if you explain each properties you have used

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

    Nice 👍

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

    spring boot 3 version. I am unable to import @EnableEurkaClient

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

      No need to add @EnableEurekClient in sp 3. Just run

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

    thank u

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

    Can we create service discovery and gateway service as single application

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

      Ok sure

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

      Yes but this breaks the single responsibility principle, for higher levels of fault tolerance and redundancy you should make these two different services in a production environment.
      This allows them to scale independently and fail independently (as you can implement circuit breakers into the gateway to provide more resilience in production :D).

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

      Basically, it's an anti-pattern for Microservice development - every service should do one thing and have it's own independent data source.

  • @pavanofficial4715
    @pavanofficial4715 6 месяцев назад

    api gate way not working please check

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

    Does this work for springboot 3.1.9?