Backoff Strategy

    As of Envoy v1.18 the v2 API has been removed and is no longer supported.

    If you are upgrading from v2 API config you may wish to view the v2 API documentation:

    [config.core.v3.BackoffStrategy proto]

    Configuration defining a jittered exponential back off strategy.

    (, REQUIRED) The base interval to be used for the next back off computation. It should be greater than zero and less than or equal to max_interval.

    max_interval