code
code
Commit Message: Split the cluster header as implmentation of cluster specifier plugin. Additional Description: I will split the weighted cluster out also at next PR. Risk Level: low. Testing: n/a....
Commit Message: router: support to refresh the cluster without changing the route Additional Description: The further work of https://github.com/envoyproxy/envoy/pull/39816. And will finally close https://github.com/envoyproxy/envoy/issues/38859. This is a feature I thought...
Commit Message: api: add hash policy to hash lb configuration Additional Description: > Now, the hash policy (header, cookie, source ip, etc.) is part of the route entry. But in...
Commit Message: tools: simplify the format api to remove unnecessary xfrom related logic Additional Description: Now the `xformed` dep make no sense because its content is not used in the...
*Title*: *[One line description](log: omit_empty_values not works correctly for new json formatter)* *Description*: #35545 added new json formatter which provide much better performance than the legacy one by pre-serialize the...
These protos should be part of specific plugin, but shouldn't be part of the SDK. This change make the SDK more thin and one day we may could make this...
Hi, community, I have some questions about this SDK. It's typically that the `proxy_wasm_intrinsics.proto` should be a proto lib of specific plugin and this SDK never use them. It shouldn't...
When the wasm based on c++ is crashed, no any trace() is exposed by the v8 runtime. But wasm based on tinygo works perfectly.