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.

贡献者指南