envoyproxy/envoy

Add support for basic gRPC API Configuration YAML files for gRPC-JSON transcoder

Open

#5,507 opened on Jan 7, 2019

View on GitHub
 (6 comments) (3 reactions) (1 assignee)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Sometimes the requirement to have to annotate our .proto files to expose them can be inconvenient. Google cloud provides an alternative approach where we specify our HTTP to gRPC mappings in gRPC API Configuration YAML file rather than in .proto. So is configuration with yaml files supported for gRPC-JSON transcoder in envoy? Or maybe it will be supported later?

Contributor guide