envoyproxy / xds-relay

Caching, aggregation, and relaying for xDS compliant clients and origin servers
Apache License 2.0
131 stars 29 forks source link

Implement per stream timeout #214

Closed pcalley closed 3 years ago

pcalley commented 3 years ago

Allows timeout parameter to be optionally added under origin_server in the bootstrap config in order to add a per stream timeout for each connection to the upstream server.

Timeout is a duration in milliseconds and defaults to no timeout.

Jitter of timeout values to come in subsequent PR.