Weaving Spring Cloud Gateway on Loom

Sdílet
Vložit
  • čas přidán 4. 09. 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.
  • Věda a technologie

Komentáře • 2

  • @SandipChitale
    @SandipChitale Před 9 měsíci

    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 Před 8 měsíci +1

    Could you share the repository?