envoyproxy/envoy

support decoding gRPC messages with tap filter

Open

#9,695 建立於 2020年1月16日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
area/tapenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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.

貢獻者指南