envoyproxy/gateway

Support gRPC-JSON transcoder

Open

#1,776 opened on Aug 9, 2023

 (17 comments) (9 reactions) (0 assignees)Go (802 forks)auto 404
area/apihelp wantedkind/enhancement

Repository metrics

Stars
 (2,871 stars)
PR merge metrics
 (Avg merge 14d 16h) (153 merged PRs in 30d)

Description

Description: For now, Envoy-Gateway has GRPCRoute. And in some contexts, We need to call from the client(maybe browser, mobile ...) to service. And it calls with HTTP protocol by Restfull. Can we consider about gRPC-JSON transcoder to make GRPCRoute can call with HTTP.

https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/grpc_json_transcoder_filter

Contributor guide