Merge pull request #1221 from stephlag/zuul_hystrix_threadpool

Make Hystrix Thread Pool available while using Zuul
This commit is contained in:
Ryan Baxter
2016-08-19 12:31:03 -04:00
committed by GitHub
19 changed files with 211 additions and 84 deletions

View File

@@ -1060,6 +1060,8 @@ Zuul's rule engine allows rules and filters to be written in essentially any JVM
NOTE: The configuration property `zuul.max.host.connections` has been replaced by two new properties, `zuul.host.maxTotalConnections` and `zuul.host.maxPerRouteConnections` which default to 200 and 20 respectively.
NOTE: Default Hystrix isolation pattern (ExecutionIsolationStrategy) for all routes is SEMAPHORE. `zuul.ribbonIsolationStrategy` can be changed to THREAD if this isolation pattern is preferred.
[[netflix-zuul-reverse-proxy]]
=== Embedded Zuul Reverse Proxy