spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
If the proxy target returns a 302 + Location, Spring-Cloud-Gateway does not follow the redirect automatically, it just forwards it to the client so it has to request again (and...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
**Is your feature request related to a problem? Please describe.** I have a case where I want to read the first X bytes from the request and route to a...
Would be great if you could add a mention in the documentation about the existence of the class HttpClientCustomizer **Additional context** I was looking a way to decorate the the...
Hi, In upgrading to Spring Cloud Gateway 3.1.1 version, I'm having problems with 'per-route timeouts' settings, 'connect-timeout' and 'response-timeout' metadata values always return as String in SCG, I use discovery...
The documentation states that, in order to access path predicate variables, one should use the `getPathPredicateVariables` method of `ServerWebExchangeUtils`. However, this method seems to be non existent (see [java-doc](https://javadoc.io/doc/org.springframework.cloud/spring-cloud-gateway-core/2.2.0.RELEASE/org/springframework/cloud/gateway/support/ServerWebExchangeUtils.html)). I...
Dear team, I used **spring-cloud-gateway** with gs-guide [https://github.com/spring-guides/gs-gateway/tree/main/complete](https://github.com/spring-guides/gs-gateway/tree/main/complete) on version **spring boot 2.6.6** . I built service on **docker** and deploy it on **k8s** with flow : Client -> Gateway...
**Environemnt** Spring boot: 2.6.4 spring cloud : 2021.0.1 discovery : consul running in reactive mode. **Load test ** We deployed upgraded SCG and trying to perform the Load test with...
# Bug **Environment: Linux ARM (Detail see below)** ``` 05-09 11:39:02.538 [reactor-http-nio-3] ERROR r.n.http.server.HttpServerOperations [error] [315] - [78479837-1, L:/152.20.6.59:8020 - R:/152.20.0.0:29413] Error finishing response. Closing connection io.netty.handler.codec.DecoderException: java.lang.IllegalStateException: new buffer...