FallbackBatchErrorHandler may cause consumers to pause even if they are not retrying #2382
Labels
backport 2.8.x (obsolete)
backport 2.9.x (obsolete)
ideal-for-user-contribution
An issue that would ideal for a user to get started with contributing.
type: bug
Milestone
In what version(s) of Spring for Apache Kafka are you seeing this issue?
For example:
2.8.8+
Describe the bug
Error handlers are shared between multiple consumers if concurrency > 1, which may result in pausing consumers if some others are retrying at the moment and rebalancing kicks in.
The text was updated successfully, but these errors were encountered: