envoyproxy/envoy
在 GitHub 查看Return gRPC error status when max_stream_duration is reached for gRPC requests
Open
#13,925 建立於 2020年11月6日
area/grpchelp wanted
倉庫指標
- Star
- (27,997 star)
- PR 合併指標
- (平均合併 8天) (30 天內合併 378 個 PR)
描述
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.