Results 17 comments of 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...

![image](https://user-images.githubusercontent.com/220817/39539987-95127868-4dfe-11e8-9a88-5206b6c626a8.png) 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...