Top "Spring-cloud-gateway" questions

Spring Cloud Gateway is an API Gateway library on top of the Spring reactive ecosystem.

How is Spring Cloud Gateway different from Zuul?

I have been using Zuul as the edge service and API Gateway. Recently I have noticed that Spring Cloud Platform …

spring-mvc spring-cloud netflix-zuul spring-cloud-netflix spring-cloud-gateway
Spring Cloud Gateway - Proxy/Forward the entire sub part of URL

I am using Spring Cloud Gateway 2.0.0.M6 testing a simple gateway. I just want a URL to be forwarded to …

spring spring-boot spring-cloud spring-cloud-gateway
How to read the request body with spring webflux

I'm using Spring 5, Netty and Spring webflux to develop and API Gateway. Sometime I want that the request should be …

spring-webflux project-reactor spring-cloud-gateway
SpringCloudGateway - Log incoming request url and corresponding route URI

I am new to spring cloud gateway, what I want is to log incoming request to corresponding route url, For …

spring spring-boot spring-cloud spring-cloud-gateway
Spring Cloud Gateway or Zuul2, Which one is the right replacement for Zuul1?

Since Spring Cloud team has abandoned development of Zuul module, we are moving to Spring Cloud Gateway or Zuul2 but …

java spring spring-boot spring-cloud spring-cloud-gateway
Spring Cloud Gateway inject header

In the GatewayFilter, I am trying to inject a header into the request like below. @Override public Mono<Void&…

spring-cloud spring-cloud-gateway