envoyproxy/envoy

tap: JSON body matching

Open

#6.108 aberto em 27 de fev. de 2019

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/taphelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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.

Guia do colaborador