Revert "Adds zuul property to customize Hystrix ExecutionIsolationStrategy"

This reverts commit 21df6e43a3.
This commit is contained in:
Spencer Gibb
2016-08-17 09:57:35 -06:00
parent 58cf528463
commit 9ed5621a78
19 changed files with 93 additions and 155 deletions

View File

@@ -1060,8 +1060,6 @@ 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