envoyproxy/envoy
GitHub で見るReturn gRPC error status when max_stream_duration is reached for gRPC requests
Open
#13,925 opened on 2020年11月6日
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.