Spring Cloud Gateway - Spencer Gibb, Sree Tummidi

Поделиться
HTML-код
  • Опубликовано: 15 ноя 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.