Spring Cloud Gateway
Table of Contents
Reading material
Spring Cloud Gateway Custom Filters
- GlobalFilter - Global Filters affect every single request.
- GatewayFilter - Gateway Filters applies to only some routes.
Order: If we want to configure the position of the filter in the filter chain, we can retrieve an OrderedGatewayFilter instance.
