vertx-circuit-breaker icon indicating copy to clipboard operation
vertx-circuit-breaker copied to clipboard

Provide common retry policies like constant, linear and exponential

Open pierDipi opened this issue 2 years ago • 0 comments

Describe the feature

Retry policies can be configured using the retryPolicy method. it's common to use well-known retry policies like constant, linear, or exponential backoff delays for this policy.

Use cases

  • Use an already provided constant backoff delay given a delay in milliseconds as retry policy function
  • Use an already provided linear backoff delay given a delay in milliseconds as retry policy function
  • Use an already provided exponential backoff delay given a delay in milliseconds as retry policy function

Contribution

Who should implement this feature ? are you volunteering for implementing this feature or do you know that is able and willing implement this feature ?

Yes, I can implement this feature.

pierDipi avatar Jul 05 '22 15:07 pierDipi