envoyproxy/envoy

There is currently no support for encoding grpc trailers in HTTP responses using the GRPC HTTP1 Reverse Bridge

Open

#12,545 创建于 2020年8月7日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

In the GRPC HTTP1 Reverse Bridge, there is currently no support to encode custom trailers in the GrpcWeb responses, that will be translated back to GRPC Response trailers. Currently, it seems that just the grpc-status is auto-inferred using the HTTP response code.

Is this something that can be added?

Here is the code for the grpc http1 reverse bridge: https://github.com/envoyproxy/envoy/tree/5248a4fb7d4c2a3d1fa151f944d3a63f6b7a06cf/source/extensions/filters/http/grpc_http1_reverse_bridge

贡献者指南