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

Add ConditionalDelegatingErrorHandler #1842

Closed
garyrussell opened this issue Jun 24, 2021 · 1 comment · Fixed by #1843 or #1851
Closed

Add ConditionalDelegatingErrorHandler #1842

garyrussell opened this issue Jun 24, 2021 · 1 comment · Fixed by #1843 or #1851
Assignees
Milestone

Comments

@garyrussell
Copy link
Contributor

Delegate to different error handlers based on the exception type.

See https://stackoverflow.com/questions/68118649/how-to-process-all-messages-between-two-timestamps-with-spring-kafka/68118744#68118744

@garyrussell garyrussell added this to the Backlog milestone Jun 24, 2021
@garyrussell garyrussell self-assigned this Jun 24, 2021
@garyrussell garyrussell modified the milestones: Backlog, 2.7.4 Jun 24, 2021
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jun 24, 2021
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jun 24, 2021
artembilan pushed a commit that referenced this issue Jun 24, 2021
Resolves #1842

* Checkstyle fixes and polishing.

* Polishing - return after a delegate handles the error.
@garyrussell
Copy link
Contributor Author

Use assignable instead of hard equals.

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