spring-cloud-netflix: SimpleHostRoutingFilter doesn't honor Zuul timeouts anymore
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. In Dalston.RELEASE
, these properties have no effect, and the default values in the code are used.
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Adds timeout test. see gh-1950 — committed to spring-cloud/spring-cloud-netflix by spencergibb 7 years ago
- Move zuul host routing timeouts to boot properties. Previously, these were managed directly via archaius, but due to some combination of changes in boot 1.5.x (likely a tomcat change as zuul filters ... — committed to spring-cloud/spring-cloud-netflix by spencergibb 7 years ago
Yes.