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

Demo Project using Spring cloud ApiGateway and eureka naming server and two microservice
Github : github.com/dkambale/apigatewa...
#apigateway #springcloud #microservice #springboottutorial #namingserver #servicediscovery #eureka

Пікірлер: 30

  • @manishalankala1622
    @manishalankala1622 Жыл бұрын

    Thanks nice for the demo

  • @logcathdi1018
    @logcathdi101810 ай бұрын

    Very good! Perfect for being so minimal!

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    9 ай бұрын

    Thanks ☺️

  • @prejithkichu
    @prejithkichu5 ай бұрын

    very simple and understanding ... keep it up

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    5 ай бұрын

    Thank you so much

  • @brajray2881
    @brajray28817 ай бұрын

    Great explanation ❤

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    7 ай бұрын

    Thanks

  • @aaasage
    @aaasage Жыл бұрын

    Thank you sir

  • @dadasahebgopinath2270

    @dadasahebgopinath2270

    Жыл бұрын

    Welcome ☺️

  • @jaspaldhaliwal8087
    @jaspaldhaliwal80876 ай бұрын

    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.

  • @youssefkassimi2455
    @youssefkassimi24553 ай бұрын

    thank u

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    3 ай бұрын

    Welcome ☺️

  • @puneetsaneja3007
    @puneetsaneja300710 ай бұрын

    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

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    10 ай бұрын

    I will create video on that soon , thanks

  • @kashifkhan-yr8wi
    @kashifkhan-yr8wi11 ай бұрын

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

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    11 ай бұрын

    I will do video on this

  • @sameer838
    @sameer83811 ай бұрын

    Nice 👍

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    11 ай бұрын

    Thanks

  • @user-oo1li6ul4b
    @user-oo1li6ul4b4 ай бұрын

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

  • @mrkarthikkKK

    @mrkarthikkKK

    4 ай бұрын

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

  • @pavanofficial4715
    @pavanofficial4715Ай бұрын

    api gate way not working please check

  • @user-vp4by6sb1m
    @user-vp4by6sb1m2 ай бұрын

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

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    2 ай бұрын

    Sure I will try it update

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

    Жыл бұрын

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

  • @georgeshayek1269
    @georgeshayek12694 ай бұрын

    Does this work for springboot 3.1.9?

  • @georgeshayek1269

    @georgeshayek1269

    4 ай бұрын

    Nvm it worked Thanks alot!!

  • @CodingWorldWithNinja

    @CodingWorldWithNinja

    3 ай бұрын

    Thanks