envoyproxy/envoy

Return gRPC error status when max_stream_duration is reached for gRPC requests

Open

#13.925 aberto em 6 de nov. de 2020

Ver no GitHub
 (16 comments) (0 reactions) (1 assignee)C++ (5.373 forks)batch import
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.

Guia do colaborador