envoyproxy/envoy

support decoding gRPC messages with tap filter

Open

#9.695 geöffnet am 16. Jan. 2020

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)C++ (5.373 Forks)batch import
area/tapenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide