envoyproxy/envoy

GrpcJsonTranscoder support other HTTP/Json format for gRPC error

Open

#22,429 建立於 2022年7月27日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/grpc-transcodingenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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.

貢獻者指南