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

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024
  • Demo Project using Spring cloud ApiGateway and eureka naming server and two microservice
    Github : github.com/dka...
    #apigateway #springcloud #microservice #springboottutorial #namingserver #servicediscovery #eureka

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

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

    very simple and understanding ... keep it up

  • @logcathdi1018
    @logcathdi1018 11 หลายเดือนก่อน

    Very good! Perfect for being so minimal!

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

    Great explanation ❤

  • @jaspaldhaliwal8087
    @jaspaldhaliwal8087 7 หลายเดือนก่อน +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.

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

    Thanks nice for the demo

  • @puneetsaneja3007
    @puneetsaneja3007 11 หลายเดือนก่อน +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

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

    Thank you sir

  • @youssefkassimi2455
    @youssefkassimi2455 5 หลายเดือนก่อน

    thank u

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

    Nice 👍

  • @user-vp4by6sb1m
    @user-vp4by6sb1m 3 หลายเดือนก่อน

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

  • @kashifkhan-yr8wi
    @kashifkhan-yr8wi ปีที่แล้ว

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

  • @user-oo1li6ul4b
    @user-oo1li6ul4b 6 หลายเดือนก่อน

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

    • @mrkarthikkKK
      @mrkarthikkKK 5 หลายเดือนก่อน

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

  • @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 3 หลายเดือนก่อน

    api gate way not working please check

  • @georgeshayek1269
    @georgeshayek1269 5 หลายเดือนก่อน

    Does this work for springboot 3.1.9?