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

Introduce back-off retry for certain failures in CommandChannelImpl #3

Open
smcvb opened this issue Jul 29, 2020 · 0 comments
Open

Comments

@smcvb
Copy link
Contributor

smcvb commented Jul 29, 2020

Certain exceptions which are caught in the CommandChannelImpl justify a retry of the dispatching command instead of failing directly. For example, if an OutOfDirectMemoryError occurs, we can retry with a back-off instead of throwing a AxonServerException further up.

The TODO's on line 328 and 365 correspond to this issue.

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

No branches or pull requests

2 participants