Sunjay Bhatia
Sunjay Bhatia
in office hours we were able to find this Envoy commit: https://github.com/envoyproxy/envoy/pull/15585 if there is no `max_stream_duration` set, the route response timeout from the upstream is used, which defaults to...
we still are a little confused why @youngnick was not able to repro the issue, we may need to do some checks on differences between environments potentially
can remove the changelog, since this is not a user-facing change
this is one of those changes where we have a conflict between `main` of Contour + the latest GW API conformance release
> > this is one of those changes where we have a conflict between `main` of Contour + the latest GW API conformance release > > Yeah, I guess this...
> cc @sunjayBhatia, I'm thinking it'd be nice to have a sample gRPC client & server that folks could actually run as part of the guide -- could containerize the...
so far for a test fixture/example I'm planning on starting a new repo and using goreleaser etc. to build it and containerize it found a few samples that are useful...
For at least part of what you want, you can use HTTPProxy inclusion: https://projectcontour.io/docs/v1.21.0/config/inclusion-delegation/#inclusion-across-namespaces (which is some of where the Gateway API feature came from!) You may have a root...
removing important-soon as this is an httplb issue, not httpproxy
> > Because of the above structure, we'd only be able to do per-vhost for HTTPS listeners > This "HTTPS" word confuses me a little. Pure HTTP listeners - belonging...