Open
Description
Is your feature request related to a problem? Please describe.
The current RetryGatewayFilterFactory does not use any randomness to the jitter factor in the backoff calculation (its a constant value). Requesting to add randomness to the jitter factor to prevent thundering herd problems and improving resiliency.
Describe the solution you'd like
Calculate jitter factor randomly for the backoff calculation
Describe alternatives you've considered
None
Additional context
None