Kuo-Chung Hsu
Kuo-Chung Hsu
Commit Message: Introduce a thrift health checker so thrift only cluster could reflect the health-ness more correctly. It will be a custom health checker. It sends a thrift request with...
Commit Message: Previously we rely on `fieldBegin` right before `structBegin` to determine this is not top-level struct. i.e., `fieldBegin structBegin structEnd fieldEnd` sequence. However, while we have a list of...
Commit Message: For [apache thrift](https://github.com/apache/thrift) compatible HTTP requests and responses, this filter parses the thrift metadata and put them into filter dynamic metadata for other filter usage. This is the...
Commit Message: fix wrong semantic after we introduce response processing Additional Description: Risk Level: Testing: Docs Changes: Release Notes: Platform Specific Features: [Optional Runtime guard:] [Optional Fixes #Issue] [Optional Fixes...
Risk Level: loc, just doc fix
Commit Message: After we introduced proto in #33919, here's the implementation of the filter. doc: https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/thrift_to_metadata_filter.html#envoy-thrift-to-metadata-filter Additional Description: Risk Level: Testing: unit Docs Changes: Release Notes: Platform Specific Features: [Optional...