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

Refactor RetryingBatchErrorHandler #2099

Closed
garyrussell opened this issue Feb 9, 2022 · 1 comment · Fixed by #2100
Closed

Refactor RetryingBatchErrorHandler #2099

garyrussell opened this issue Feb 9, 2022 · 1 comment · Fixed by #2100

Comments

@garyrussell
Copy link
Contributor

garyrussell commented Feb 9, 2022

Deprecate the error handler and refactor its functionality into a super class FallbackBatchErrorHandler.

@garyrussell garyrussell added this to the 3.0.0-M2 milestone Feb 9, 2022
@garyrussell garyrussell changed the title Deprecate RetryingBatchErrorHandler Refactor RetryingBatchErrorHandler Feb 9, 2022
@garyrussell

This comment was marked as resolved.

@garyrussell garyrussell removed this from the 3.0.0-M2 milestone Feb 9, 2022
@garyrussell garyrussell reopened this Feb 9, 2022
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Feb 9, 2022
Resolves spring-projects#2099

Similar to other legacy error handlers, deprecate this one because
its functionality is replaced by the `DefaultErrorHandler`.

Eventually move logic to `FallbackBatchErrorHandler` which is package
private.
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Feb 9, 2022
Resolves spring-projects#2099

Similar to other legacy error handlers, deprecate this one because
its functionality is replaced by the `DefaultErrorHandler`.

Eventually move logic to `FallbackBatchErrorHandler` which is package
private.

**cherry-pick to 2.8.x**
artembilan pushed a commit that referenced this issue Feb 9, 2022
Resolves #2099

Similar to other legacy error handlers, deprecate this one because
its functionality is replaced by the `DefaultErrorHandler`.

Eventually move logic to `FallbackBatchErrorHandler` which is package
private.

**cherry-pick to 2.8.x**
artembilan pushed a commit that referenced this issue Feb 9, 2022
Resolves #2099

Similar to other legacy error handlers, deprecate this one because
its functionality is replaced by the `DefaultErrorHandler`.

Eventually move logic to `FallbackBatchErrorHandler` which is package
private.

**cherry-pick to 2.8.x**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant