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

exception cause chain inspection useless for default Retry.retryOn / Fallback.applyOn / CircuitBreaker.failOn #768

Closed
Ladicek opened this issue Jan 26, 2023 · 0 comments · Fixed by #1008
Assignees
Milestone

Comments

@Ladicek
Copy link
Contributor

Ladicek commented Jan 26, 2023

When Retry.retryOn / Fallback.applyOn / CircuitBreaker.failOn is left to the default value, which is either Exception.class or Throwable.class, it matches all exceptions and the exception cause chain is never inspected. This is exactly as documented, but also pretty much useless. Need to figure out a better definition of cause chain inspection.

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.

1 participant