envoyproxy/envoy

tap: JSON body matching

Open

#6,108 opened on 2019年2月27日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/taphelp wanted

Repository metrics

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

説明

Allow matching on a JSON body.

  1. Parse complete JSON object up to a buffer limit.
  2. Allow field selection matching.

This can potentially be accomplished via gRPC matching with implicit conversion to/from a Struct.

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