envoyproxy/envoy
Ver no GitHubReturn gRPC error status when max_stream_duration is reached for gRPC requests
Open
#13.925 aberto em 6 de nov. de 2020
area/grpchelp wanted
Métricas do repositório
- Stars
- (27.997 stars)
- Métricas de merge de PR
- (Mesclagem média 8d) (378 fundiu PRs em 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.