Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Request : Add support for exponential backoff retry in Helidon MP #4413

Closed
asantaga opened this issue Jun 20, 2022 · 0 comments · Fixed by #5165
Closed

Enhancement Request : Add support for exponential backoff retry in Helidon MP #4413

asantaga opened this issue Jun 20, 2022 · 0 comments · Fixed by #5165
Assignees
Labels

Comments

@asantaga
Copy link
Contributor

asantaga commented Jun 20, 2022

Environment Details

  • Helidon Version: 2.5
  • Helidon MP
  • JDK version: N/A
  • OS: N/A
  • Docker version (if applicable):

Problem Description

Helidon MP specification does not support exponential back off in MP and whilst there is a ER at Eclipse , it has not be actioned for some time (link). Helidon SE does support the DelayingRetryPolicy which is close to what we want but its not available in MP. Realise this would be an enhancement which is out of MP spec but until the eclipse spec finalises their ER can we implement this feature in Helidon MP?

Worth noting another MP provider, Smallrye.io( https://smallrye.io/blog/fault-tolerance-5-2/ deployed in Quarkus) has implemented this functionality in their project, specifically they support Exponential, Fibonacci and a custom backoff retry policies

Steps to reproduce

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants