-
Notifications
You must be signed in to change notification settings - Fork 84
deprecated: delete envoy_stream_options #643
Copy link
Copy link
Closed
Labels
Description
stream options was added in order to configure buffering for retries. This was required when the direct API leveraged the AsyncClient. However, after #616 the option is no longer needed as the Router uses the configured retry policy in the route/and or headers in the stream to determine if retries are enabled and thus if body data has to be buffered.
After #616 merges envoy_stream_options can be removed. Note, for Lyft, that this is a breaking API change so the Apps function calls will have to be updated when the parameter is removed.
Reactions are currently unavailable