Tony Allen
Tony Allen
## Update gRPC/etcd packages It appears there are [deprecated](https://pkg.go.dev/google.golang.org/grpc/naming) gRPC packages ("google.golang.org/grpc/naming") being used, which make upgrading to more recent versions ([email protected]) difficult. Using the [replacements](https://pkg.go.dev/google.golang.org/grpc/resolver#Resolver) for the deprecated libraries...
I couldn't find any mention of how circuit breakers and overload protection will be handled in the ambient mesh architecture, so please close if it's already been discussed and settled....
This patch fixes a bug in the thread-local controller's average RPS calculation. The controller was erroneously calculating the average over the time elapsed since the oldest valid sample, which is...
# Per-locality tunneling configurations There is currently no way to represent an [Endpoint](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/endpoint/v3/endpoint_components.proto#envoy-v3-api-msg-config-endpoint-v3-endpoint) that is only reachable via tunnel (CONNECT, GENEVE, Wireguard, etc.). I'd like to propose a new configurable...
The HTTP/1.1 proxy transport socket's proxy address was only configurable via the filter state metadata. This required an intermediate filter to populate the data and complicated situations requiring a transport...
## Add network namespace for upstream binding This change builds upon #39517 to add network namespace support for client/outbound connections via the upstream bind config. The UpstreamBindConfig (both at the...
An ACK does not mean that a config was successfully applied. Corrected this in the protocol documentation. Risk Level: None. Doc change.
Requesting support for previews of 3D model files. Ideally, they would be interactive using something like [three.js](https://threejs.org/) or something similar. If interactive previews are too much work, it would also...