Skip to content

Remaining records not passed to RemainingRecordsErrorHandler  #916

@abhinabasarkar

Description

@abhinabasarkar

As can be seen here -

if (this.errorHandler instanceof ContainerAwareErrorHandler) {
-that remaining records are passed only for ContainerAwareErrorHandler . RemainingRecordsErrorHandler implements ConsumerAwareErrorHandler and hence this.errorHandler.handle(e, record, this.consumer); is called which throws UnsupportedOperationException

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions