Keith Mattix II

Results 442 comments of Keith Mattix II

I'm fairly certain this won't be coming to Gateway API any time soon. I think the use-case is valid (if somewhat niche) and agree that Istio generally shouldn't stop innovating...

First naive solution that comes to my mind is to configure something in the injection template yaml file that comes from helm values. Ideally we have something more elegant that...

@bacek at what point in the request/connection lifecycle are you seeing the slow behavior? During listener filter execution? HTTP parsing?

> The weird thing is I do not see the same behavior. You don't see the same behavior where?

I would totally suspect connection pooling if you didn't rule it out. We only use HBONE for TLS right? Maybe some weird default in the hyper client/server?

Should I be looking at the most recent numbers you posted? I see improvement from 1-2 but it looks about the same as the first set you posted in the...

That feels somewhat expected: with connection pooling you get a smaller but monotonic throughput improvement with increased concurrency. Without pooling, you're more susceptible to longer running streams. I wonder if...

~~Blocked on control plane doc approval~~ Unblocked

This limitation should be fixed by envoyproxy/envoy#35958 correct?

FYI @ravenblackx pointed me to [alt-stat-name](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/cluster/v3/cluster.proto#envoy-v3-api-field-config-cluster-v3-cluster-alt-stat-name) which we're considering adopting in Istio. But would be good to get official direction from upstream Envoy on resolving this. Perhaps a warning should...