You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having the ability to set per-host circuit breaker thresholds would be very useful. At the moment, it is only possible to set cluster scoped thresholds.
Note that only max_connections are supported currently by envoy.
I would like to work on this feature addition.
The text was updated successfully, but these errors were encountered:
Support per-host max connections circuit breaker threshold enabling Envoy to
enforce a maximum number of connections for each individual Kubernetes service
endpoint using a new service-level annotation: `projectcontour.io/per-host-max-connections`.
Resolvesprojectcontour#6015
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Support per-host max connections circuit breaker threshold enabling Envoy to
enforce a maximum number of connections for each individual Kubernetes service
endpoint using a new service-level annotation: `projectcontour.io/per-host-max-connections`.
Resolvesprojectcontour#6015
Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>
Having the ability to set per-host circuit breaker thresholds would be very useful. At the moment, it is only possible to set cluster scoped thresholds.
Note that only max_connections are supported currently by envoy.
I would like to work on this feature addition.
The text was updated successfully, but these errors were encountered: