spring-cloud-gateway
spring-cloud-gateway copied to clipboard
An API Gateway built on Spring Framework and Spring Boot providing routing and more.
#### netty support rtsp. ##### can we support rtsp routing to other service like `ws`,`http`
My project consists of Spring Cloud Alibaba, Nacos, GateWay, Spring Session. When i make a request to the original path, i can use the Spring Session with the Redis, the...
**Is your feature request related to a problem? Please describe.** When using the fluent Java API the behavior of `or()` is not well documented when combined with `and()`. In these...
how to get the request body content of the http POST contentType=application/json
Please correct me if I'm missing something... Based on looking at the code for both LoadBalancerClientFilter and ReactiveLoadBalancerClientFilter and the LoadBalancer implementations used for each (RibbonLoadBalancerClient and RoundRobbinLoadBalancerClient), I believe...
**Describe the bug** I have a gateway application configured to route requests to some backend service. The app has a single page which sends POST requests to this service. It...
I record the requested input and output at the gateway,SCG version is:2.2.4.RELEASE The filter that saves the request works normally, but the filter that records the response body does not...
Please run application and run GatewayTest can reproduce this problem ,and then run GatewayTest1 can close websocket connection because GatewayTest1 doesn't access through gateway. I think this issue is urgent...
Adding GatewayFilter to convert a JSON payload into a gRPC request.
# Error every three requests with h2c:CloseNowException This stream is not writable Every **Environment desc** api gateway (spring cloud gateway) invoke http service(tomcat) * api gateway: spring cloud gateway 3.1.1,...