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

Sample Spring Cloud Gateway Application

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

![1659580055(1)](https://user-images.githubusercontent.com/49704260/182755612-6e8e6869-d650-468e-b59b-1ab308f0d56f.jpg) I wan to invoke innner service by http1.1 protocol, and config server.http2.enabled=true. As shown in the screenshot, the result throws the exception. So how to config h2c in gateway...

What are the key configurations to be considered when we are moving spring cloud gateway to production ? Should we consider adding reactor netty configurations max connections , maxIdleTime ,...

![image](https://user-images.githubusercontent.com/41733304/131331948-910f3a88-f366-45b3-99eb-f6d56d09c57f.png) ![image](https://user-images.githubusercontent.com/41733304/131331984-440cbd5c-cb06-49c0-953c-8a8298308831.png) Can you configure predicates and filters other than the examples on the official website org.springframework.context.ApplicationContextException: Failed to start bean 'eurekaAutoServiceRegistration'; nested exception is reactor.core.Exceptions$ErrorCallbackNotImplemented: org.springframework.expression.spel.SpelEvaluationException: EL1008E: Property or...

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...

This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # Fixed URLs ##...

I am getting the this error "Access to XMLHttpRequest at 'http://localhost:8085/websocket/live-mine/info?t=1593887703692' from origin 'http://localhost:8080' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header contains multiple values 'http://localhost:8080, http://localhost:8080', but only...

I have the same issue, I just made a small modification in spring-cloud-gateway-sample. only adding the following two dependencies for I need to support oauth (if I does not use...