envoyproxy/envoy

tap: gRPC body matching

Open

#6,109 建立於 2019年2月27日

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

倉庫指標

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

描述

Allow matching on gRPC message fields.

  1. Allow loading descriptor files into the tap filter, similar to how the transcoder works.
  2. Using reflection, allow parsing gRPC messages up to a buffer limit (can also work with streaming messages potentially).
  3. Via field selection and a TBD matching language, allow matching on individual fields/messages using only loaded descriptor data / reflection.

See https://github.com/envoyproxy/envoy/issues/6108 for JSON matching. It's possible this can be used for that if we consider JSON a Struct.

貢獻者指南