Add the ability to configure the max connections and max per route on PoolingHttpClientConnectionManager.

This commit is contained in:
Andreas Kluth
2016-01-26 23:44:13 +01:00
committed by Spencer Gibb
parent bfd4efcd94
commit 65bf3bb6ee
6 changed files with 113 additions and 13 deletions

View File

@@ -1033,6 +1033,8 @@ http://www.slideshare.net/MikeyCohen1/edge-architecture-ieee-international-confe
Zuul's rule engine allows rules and filters to be written in essentially any JVM language, with built in support for Java and Groovy.
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.
[[netflix-zuul-reverse-proxy]]
=== Embedded Zuul Reverse Proxy