Matthias J. Sax created KAFKA-15309:
---------------------------------------
Summary: Add custom error handler to Producer
Key: KAFKA-15309
URL: https://issues.apache.org/jira/browse/KAFKA-15309
Project: Kafka
Issue Type: New Feature
Components: producer
Reporter: Matthias J. Sax
The producer batches up multiple records into batches, and a single record
specific error might fail the whole batch.
This ticket suggest to add a per-record error handler, that allows user to opt
into skipping bad records without failing the whole batch (similar to Kafka
Streams `ProductionExceptionHandler`.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)