envoyproxy/envoy

support decoding gRPC messages with tap filter

Open

#9,695 opened on 2020年1月16日

GitHub で見る
 (1 comment) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/tapenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

By being given access to the proto descriptor the HTTP tap filter should be able to output gRPC message bodies as human readable (i.e. as JSON).

Note the overlap with https://github.com/envoyproxy/envoy/issues/6109: both issues would rely on the proto descriptors being made available to Envoy (either statically or dynamically somehow), but this issue tracks being able to support a gRPC specific output format rather than the ability to match on message fields.

コントリビューターガイド