ohadvano
ohadvano
## Describe the bug / error When I am trying to use the following package: "google.golang.org/protobuf/proto" And in particular: ``` func (ctx *setBodyContext) OnHttpRequestBody(bodySize int, endOfStream bool) types.Action { _...
Additional Description: small modifications to allow reconnecting in ``TcpAsyncClient`` along with tests Risk Level: low Testing: unit tests, integration tests Docs Changes: None Release Notes: None Platform Specific Features: None
Additional Description: adding docs that explain the usage for ENVOY_TAGGED_LOG kind of macros Docs Changes: source dev docs
**Version** ``` tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] } tokio-rustls = { version = "0.26.0", default-features = false, features = ["ring"] } tokio-stream = "0.1.15" tonic...
When reading a JSON file, for example: ``` { "myStructField": "value" } ``` Using ``config``: ``` let settings = Config::builder() .add_source(config::File::with_name("src/settings.json").required(false)) .build() .unwrap(); ``` And trying to deserialize it to...
Additional Description: Adding support for dynamic extension config with ECDS, for UDP session filters Risk Level: low Testing: unit tests, integration tests Docs Changes: none Release Notes: none Platform Specific...
I tried looking it up in docs, but didn't find (please help referring if it exist): Are Envoy upstream health checks performed per-worker, or are they running globally from the...
Will appreciate help figuring out if I understand the hashing purpose of xDS correctly. IIUC, the idea of doing this hashing, is to optimize in cases where the remote xDS...