envoyproxy/envoy

Return gRPC error status when max_stream_duration is reached for gRPC requests

Open

#13,925 opened on 2020年11月6日

GitHub で見る
 (16 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/grpchelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド