envoyproxy/envoy

GrpcJsonTranscoder support other HTTP/Json format for gRPC error

Open

#22.429 aperta il 27 lug 2022

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C++ (5373 fork)batch import
area/grpc-transcodingenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor