envoyproxy/envoy
View on GitHubReturn gRPC error status when max_stream_duration is reached for gRPC requests
Open
#13,925 opened on Nov 6, 2020
area/grpchelp wanted
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (Avg merge 8d) (378 merged PRs in 30d)
Description
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.