Slide 13
Slide 13 text
!13
Spring Cloud Gateway
▪ Built on Project Reactor, Spring 5,
and Spring Boot 2.0
▪ Spring WebFlux provides a lot of
functionality out of the box that is
important for the gateway
▪ Spring Cloud Gateway has the
concept of predicates and filters in
order to target specific requests and
modify the request and/or response
▪ Rate Limiting, Circuit Breakers, Web
Sockets