-
Based on @ryanjbaxter blog post [Retrying HTTP Requests In Spring Cloud Netflix](http://ryanjbaxter.com/cloud/spring%20cloud/spring/2017/03/15/retrying-http-requests-in-spring-cloud-netflix.html), and…
-
In `Camden.SR5`, `SimpleHostRoutingFilter` used to set the socket and connection timeouts based on the properties `zuul.host.socket-timeout-millis` and `zuul.host.connect-timeout-millis`, respectively…
-
Hi
I have requirement where I need to serve static content (as a Resource hosted by back-end node.js server) through Zuul proxy. Is this possible at all with Zuul?
I just added `zuul.routes.stat…
-
not sure if this one is currently supported.
need to add (maybe also remove, or update) existing routes to a running zuul proxy.
is this currently possible? if not - any ideas on how we might achiev…
-
Zuul documentation says "Load Shedding - allocating capacity for each type of request and dropping requests that go over the limit"
Can anyone help me on how to configure Load Shedding options with …
-
I have the following architecture:
Google Cloud Load Balancer (https) ----> Api Gateway with Zuul ----> Mobile Service.
The Load Balancer terminates the HTTPS and forwards the request to the…
-
I'm using Spring Boot 2.0.0 M1 and Spring Cloud Finchley.BUILD-SNAPSHOT
Really strange behavior. My Zuul Config looks like this:
```
zuul:
ignoredServices: '*'
routes:
articles:
…
-
com.netflix.zuul.exception.ZuulException: Forwarding error
at org.springframework.cloud.netflix.zuul.filters.route.RibbonRoutingFilter.handleException(RibbonRoutingFilter.java:170) ~[spring-cloud-…
-
Similar to #1656
Add X-Forwarded-Port header in Zuul PreDecorationFilter even with X-Forwarded-Host header being absent.
In my case I deployed my Zuul Proxy gateway behind a Amazon ALBv2.
In m…
-
I am using Matrix Parameters in my request, but they are being stripped before being forwarded.
URL: http://localhost:8080/api/global/account;login=testme/localAcc
Expected:http://localhost:808…