envoyproxy/envoy

tap: JSON body matching

Open

#6108 aperta il 27 feb 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/taphelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor