envoyproxy/envoy

gRPC/JSON transcoding using reflection

Open

#1 182 ouverte le 28 juin 2017

Voir sur GitHub
 (32 commentaires) (37 réactions) (1 assigné)C++ (5 373 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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

Guide contributeur