spring-cloud-gateway icon indicating copy to clipboard operation
spring-cloud-gateway copied to clipboard

An API Gateway built on Spring Framework and Spring Boot providing routing and more.

Results 459 spring-cloud-gateway issues
Sort by recently updated
recently updated
newest added

**Describe the bug** i'm using spring cloud Hoxton.SR3 and spring boot 2.2.6.RELEASE. i have a problem when using angular 2+ call to api-gateway : "Access to XMLHttpRequest at 'http://localhost:8080/auth/oauth/token' from...

feedback-provided

**Is your feature request related to a problem? Please describe.** I have a question about the design of NettyRoutingFilter and NettyWriteResponseFilter, in Spring Cloud Gateway 3.1.1, as the source show:...

waiting-for-triage

Question ![微信图片_20220419184318](https://user-images.githubusercontent.com/55875203/163987101-493b19b5-68b7-494f-a3f1-6ab4b4ec8204.png) gateway yml spring: cloud: gateway: httpclient: pool: max-idle-time: 10000 max-connections: 500 discovery: locator: enabled: true lower-case-service-id: true gateway version:3.0.3 reactor-netty version:1.0.8 Why ????????

waiting-for-triage

Question Hi All, Is there any example on how skip hostname verification while gateway connect to upstream services.

waiting-for-triage

**Describe the bug** ### Versoin org.springframework.cloud:`2021.0.0` and `2021.0.3-SNAPSHOT` is exist problem。 version `Hoxton.RELEASE` is normal。 ``` Not config is property `spring.cloud.gateway.httpclient.websocket.max-frame-payload-length` is throw `WebSocket close status code does NOT comply...

waiting-for-triage

usage application.yml : ``` server: port: 8080 spring: application: name: body-leak cloud: gateway: routes: - id: cache_request_body_route uri: no://route predicates: - Path=/cache filters: - name: CacheRequestBody args: bodyClass: java.lang.String ```...

waiting-for-triage

I used RedisRateLimiter, but the TPS dropped very sharply, from 1400TPS to 700TPS, my version is 3.0.3, the response time of the interface has been improved from 29ms to 79ms,...

waiting-for-triage

I use the RequestRateLimiter that was officially provided,but it make my interface response time from 0.5 second to 10 seconds. What should i do to make it faster?

waiting-for-triage