Kuat
Kuat
TCP and HTTP stats reporting apply to the same root context, meaning the last one wins. This is mostly a concern for customizations and reporting durations. FYI @douglas-reid @gargnupur @mandarjog
* Add sandbox tests for https://www.envoyproxy.io/docs/envoy/latest/configuration/other_features/internal_listener#internal-listener * Add integration tests for various combinations (HTTPS in HTTP CONNECT, HTTP in HTTP CONNECT with termination)
Signed-off-by: Kuat Yessenov Commit Message: Address memory leak in concurrent host additions in ORIGINAL_DST clusters. Additional Description: This is an attempt to avoid a global mutex on the cluster. The...
``` [ RUN ] IpVersions/RebalancerTest.BindToPortUpdate/IPv4 [2022-08-11 16:48:57.147][566][critical][assert] [source/server/connection_handler_impl.cc:300] assert failure: absl::holds_alternative( active_listener->get().typed_listener_) && active_listener->get().listener_->listener() != nullptr. [2022-08-11 16:48:57.147][566][critical][backtrace] [./source/server/backtrace.h:104] Caught Aborted, suspect faulting address 0xfffe00000011 [2022-08-11 16:48:57.148][566][critical][backtrace] [./source/server/backtrace.h:91] Backtrace (use...
Commit Message: update CEL runtime Additional Description: address fuzzing issues caused by incomplete implementation of `ListKeys` by returning `NotImplemented` since it is unlikely to be used on wrappers (only needed...
Noticed this a couple of times today: ``` TESTS FAILED: run_examples@ /home/vsts/work/1/s/ci/verify_examples.sh :39 (./zipkin-tracing) > main@ /home/vsts/work/1/s/ci/verify_examples.sh :44 ```
It seems that this tool only supports the standard goproto code generation output. I have noticed the following deviations for gogo: - disregard of `go_package` annotation that allows multiple proto...
Attempting to apply gogoproto to data-plane-api, getting these errors: ``` WARNING: field BytesRules.Const is a non-nullable bytes type, nullable=false has no effect WARNING: field BytesRules.Prefix is a non-nullable bytes type,...
Signed-off-by: Kuat Yessenov
Expose per-route local rate limiting in HTTP. Simplified version of Envoy APIs. Signed-off-by: Kuat Yessenov