envoyproxy/envoy
View on GitHubAdd support for basic gRPC API Configuration YAML files for gRPC-JSON transcoder
Open
#5,507 opened on Jan 7, 2019
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?