envoyproxy/envoy

GrpcJsonTranscoder support other HTTP/Json format for gRPC error

Open

#22.429 aberto em 27 de jul. de 2022

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/grpc-transcodingenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

GrpcJsonTranscoder support other HTTP/Json format for gRPC error

Description: Currently GrpcJsonTranscoder filter translates google.rpc.Status into its default Json format. We want it can support translating into other JSON format. The context is that we want to achieve this HTTP Error format based on google.rpc.Status and the difference is just the field location.

Guia do colaborador