modatwork

Results 15 comments of modatwork

The issue can be mitigated by either increasing the `stream_idle_timeout` or decreasing the `per_connection_buffer_limit_bytes`, if applicable to the use case.

This could be used to solve https://github.com/envoyproxy/gateway/issues/1909, though it may require further refinement. Specifically, the Envoy Gateway should allocate distinct priority levels to the same upstream endpoint, varying by the...

I think it's possible. xDS server can read the locality info of envoy node. > The cache will be keyed based on a pre-defined hash function whose keys are based...

I got a similar error: ``` > git log --pretty=format:'%h' -n 1 3af467ab4 ``` ``` => ERROR [build-env 8/8] RUN GOOS=linux make build-all 7.5s ------ > [build-env 8/8] RUN GOOS=linux...

> This is just an implementation detail of the xDS translation. It's not part of the EG API. There's no guarantee that it won't change over time. +1. However, there...