Weaving Spring Cloud Gateway on Loom

Поделиться
HTML-код
  • Опубликовано: 4 сен 2023
  • Speaker:
    Spencer Gibb, VMware
    We will provide a brief history of API gateways in Spring Cloud, including Zuul and why we built Spring Cloud Gateway to replace it. Then we will give a short primer on how the gateway routes and filters requests. We will then introduce how Spring Cloud Gateway can work in servlet containers using virtual threads on Java 21. We will compare and contrast this new functionality to the original WebFlux-based Spring Cloud Gateway.
  • НаукаНаука

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

  • @SandipChitale
    @SandipChitale 7 месяцев назад

    At 6:11 it is mentioned at the approach was config first and DSL second (for SCG Webflux)....but at 18:02 it says DSL first and config second (for SCG MVCfn). The question is are both equivalent to the extent it is possible to be semantically similar (of course except for reactive vs servlet). For example, how is multi-part/form-data handled in each case? Streaming?

  • @nekperu15739
    @nekperu15739 6 месяцев назад +1

    Could you share the repository?