envoyproxy/envoy

Return gRPC error status when max_stream_duration is reached for gRPC requests

Open

#13,925 创建于 2020年11月6日

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

仓库指标

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

描述

Title: Return gRPC error status when max_stream_duration is reached for gRPC requests

Description: When max_stream_duration is set in the listener_config or cluster_config, it would be helpful to return an gRPC error status when the duration is reached, so that the client can get a better signal and choose to handle it gracefully.

贡献者指南