You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
garyrussell
changed the title
Change FallbackBatchErrorHandler to Implement CommonErrorHandler Instead of Being Adapted
Change FallbackBatchErrorHandler to Implement CommonErrorHandler Instead of Being Adapted to One
Sep 20, 2022
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Sep 21, 2022
Resolvesspring-projects#2404
- implement `CommonErrorHandler` instead of using an adapter
- populate its retry listeners and log level if needed
- remove listeners thread local in `ErrorHandlingUtils`, needed for previous implementation
- remove final use of `SeekToCurrentBatchErrorHandler` - used in the fallback
if recovery fails or the thread is interrupted while sleeping
- remove `SeekToCurrentBatchErrorHandler` and its tests
Resolvesspring-projects#2404
- implement `CommonErrorHandler` instead of using an adapter
- populate its retry listeners and log level if needed
- remove listeners thread local in `ErrorHandlingUtils`, needed for previous implementation
- remove final use of `SeekToCurrentBatchErrorHandler` - used in the fallback
if recovery fails or the thread is interrupted while sleeping
- remove `SeekToCurrentBatchErrorHandler` and its tests
Resolves#2404
- implement `CommonErrorHandler` instead of using an adapter
- populate its retry listeners and log level if needed
- remove listeners thread local in `ErrorHandlingUtils`, needed for previous implementation
- remove final use of `SeekToCurrentBatchErrorHandler` - used in the fallback
if recovery fails or the thread is interrupted while sleeping
- remove `SeekToCurrentBatchErrorHandler` and its tests
* Add CTOR to private inner class.
No description provided.
The text was updated successfully, but these errors were encountered: