Brandon
Brandon
We tripped these circuits at very low load so we increased them to 1,000,000 for MaxConnections and MaxRequests just to rule them out as a source of 503s we're seeing....
NACKs happen (at least) when config validation fails. Envoy erroneously throws exceptions in its config constructors ([example](https://github.com/envoyproxy/envoy/blob/v1.10.0/source/common/router/config_impl.cc#L376)) which will leak memory (Destructors aren't run if exceptions are thrown in the...
This is different than #1178 which is about ordering. Even if #1178 is fixed Contour will still send only a subset of resources, subject to K8s informer timing, and causes...
 355 commits!
Really any use case where I need to perform a request on behalf of the client and return it. One is querying different DNS servers depending on the host being...
> it collapses CNAME chains and does additional lookups in order to resolve the query to ideally find the best result for the query That's great I want all of...