envoyproxy/envoy

gRPC/JSON transcoding using reflection

Open

#1.182 geöffnet am 28. Juni 2017

Auf GitHub ansehen
 (32 Kommentare) (37 Reaktionen) (1 zugewiesene Person)C++ (5.373 Forks)batch import
enhancementhelp wanted

Repository-Metriken

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

Beschreibung

In https://github.com/lyft/envoy/pull/1079 @lizan has implemented transcoding that requires the proto definitions to be available to envoy and up to date. This is a great start, but as discussed, the real killer feature here IMO is to do it transparently using reflection. Theoretically this should be possible.

cc @louiscryan

Contributor Guide