Spring Cloud Gateway - Spencer Gibb, Sree Tummidi

Поділитися
Вставка
  • Опубліковано 18 гру 2024

КОМЕНТАРІ • 8

  • @USONOFAV
    @USONOFAV 3 роки тому

    Using spring cloud gateway with euteka, would it do load balance when one service id has.multiple instance?

  • @AlexUncut
    @AlexUncut 5 років тому

    why do i get to think of spring security when i see the demo?

  • @dasharathghodekar3828
    @dasharathghodekar3828 6 років тому +1

    Hi Spencer, Do you have any github example of spring cloud gateway with jdbc? I want to load the routes dynamically.

    • @KezyORoan
      @KezyORoan 6 років тому

      Were you able to find a solution for loading routes from database? Please share I'm also looking for that.

    • @shunminli2678
      @shunminli2678 6 років тому

      just build a discover client by eureka or consul, zookeeper...

    • @USONOFAV
      @USONOFAV 3 роки тому

      Use RouteLocator to configure your route, call DAO inside the class.

  • @shunminli2678
    @shunminli2678 6 років тому

    very useful !

  • @Praporshikkronshte1n
    @Praporshikkronshte1n 5 років тому

    API looks rather clumsy in comparison to Zuul 2.