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

Most upvoted comments

Yes.