Set upstream timeout for envoy in echo example

Without this, streaming calls fail after a few seconds because envoy terminates the connection to the gRPC upstream.
This commit is contained in:
Yannic 2021-03-13 10:15:05 +01:00 committed by Stanley Cheung
parent 247e211031
commit 7984205077
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ static_resources:
- match: { prefix: "/" }
route:
cluster: echo_service
timeout: 0s
max_stream_duration:
grpc_timeout_header_max: 0s
cors: