-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add Stateful AfterRollbackProcessor #763
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
Milestone
Comments
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Aug 3, 2018
Resolves spring-projects#763 Add recovery capability to the default ARP.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Aug 3, 2018
Resolves spring-projects#763 Add recovery capability to the default ARP.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Aug 3, 2018
Resolves spring-projects#763 Add recovery capability to the default ARP.
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Aug 3, 2018
Resolves spring-projects#763 Add recovery capability to the default ARP.
artembilan
pushed a commit
that referenced
this issue
Aug 7, 2018
* GH-763: DefaultAfterRollbackProcessor: recovery Resolves #763 Add recovery capability to the default ARP. * Rebase, polishing - PR Comment * Polishing - refactor code for reuse. * BiPredicate instead of BiFunction. * Polishing - PR Comments; also extend functionality to SeekToCurrentErrorHandler for when not using transactions. Resolves #766 * Polishing - map the typed list to a wildcard list. * Polishing - raw types * Polishing - PR Comments
denis554
added a commit
to denis554/spring-kafka
that referenced
this issue
Mar 27, 2019
* GH-763: DefaultAfterRollbackProcessor: recovery Resolves spring-projects/spring-kafka#763 Add recovery capability to the default ARP. * Rebase, polishing - PR Comment * Polishing - refactor code for reuse. * BiPredicate instead of BiFunction. * Polishing - PR Comments; also extend functionality to SeekToCurrentErrorHandler for when not using transactions. Resolves spring-projects/spring-kafka#766 * Polishing - map the typed list to a wildcard list. * Polishing - raw types * Polishing - PR Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't re-seek the failing record after some number of failures and provide some strategy that is invoked after retries are exhausted.
The text was updated successfully, but these errors were encountered: