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

prototype "before retry action" support #259

Closed
Ladicek opened this issue Jul 30, 2020 · 1 comment · Fixed by #1036
Closed

prototype "before retry action" support #259

Ladicek opened this issue Jul 30, 2020 · 1 comment · Fixed by #1036
Milestone

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Jul 30, 2020

Interesting idea from https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/fault.20tolerance.20using.20.40Retry.20annotation

It would be nice to support running arbitrary user-provided code before each and every retry attempt.

API-wise, it could be another attribute on the already overcrowded @Retry annotation, or it could be a CDI event (as those are processed synchronously).

@hbelmiro
Copy link
Contributor

I created #485 with an initial implementation.

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

Successfully merging a pull request may close this issue.

2 participants