envoyproxy/envoy

GrpcJsonTranscoder support other HTTP/Json format for gRPC error

Open

#22 429 ouverte le 27 juil. 2022

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/grpc-transcodingenhancementhelp 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

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.

Guide contributeur