yanjunxiang-google
yanjunxiang-google
…m internal listener bootstrap extension. Signed-off-by: Yanjun Xiang Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes...
*Title*: Happy Eyeball routines should not call sortAddress() in data path during creating connection *Description*: Currently happy eyeball routine is calling sortAddress() in data. path when creating connection: https://github.com/envoyproxy/envoy/blob/c9fb17a6fabd1d2030ce8f5192780e947a335e01/source/common/upstream/upstream_impl.cc#L531 https://github.com/envoyproxy/envoy/blob/c9fb17a6fabd1d2030ce8f5192780e947a335e01/source/common/network/happy_eyeballs_connection_impl.cc#L21...
This is the API change for issue: https://github.com/envoyproxy/envoy/issues/30147. Adding a skip_percentage in the Matcher proto to control how much percentage of traffic will go to ext_proc or logging server after...
Exit_proc: Enable sending body without waiting for header response in STREAMED mode Commit Message: Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional...
Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: inline Fixes: Description: This is to address the 3rd step of issue: https://github.com/envoyproxy/envoy/issues/35488, i.e, integrate the ext_proc HTTP client to...
*Title*: Adding HTTP service support for Envoy external processing *Description*: Currently Envoy ext_proc filter can only talk to a gRPC service to do external processing. There is a need for...
This PR is for issue: https://github.com/envoyproxy/envoy/issues/32090. One of the use case is, like compression by the external processing. This is to let the side stream server be able to buffer...
Replace c-ares with getAddrInfo DNS resolver in DFP integration tests. It's the 1st step to address: https://github.com/envoyproxy/envoy/issues/39900 This PR also changed DFP cluster DNS resolver creating behavior to honor default...
*Title*: Refactor integration tests which using c-ares as DNS resolver *Description*: Right now there are a lot of integration tests are using c-ares DNS resolver. For example, some tests in...
ext_proc: close gRPC stream ASAP for corner cases listed in https://github.com/envoyproxy/envoy/issues/41764. This is a follow up of https://github.com/envoyproxy/envoy/pull/41425.