envoyproxy / xds-relay

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

Consolidate stream timeout in CallOptions, configure as type Duration #224

Closed jessicayuen closed 3 years ago

jessicayuen commented 3 years ago

This ensures all upstream timeout/keep alive configurations are easily convertible to type time.Duration and consolidates the logic into the upstream CallOption parameter.