Spring Cloud Gateway

Reading material

  1. https://spring.io/projects/spring-cloud-gateway/

Spring Cloud Gateway Custom Filters

  1. GlobalFilter - Global Filters affect every single request.
  2. 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.