KIP-582 — Add a "continue" option for Kafka Connect error handling
Discussion Connect
Adds a `continue` error tolerance option for Kafka Connect sink connectors that skips failed records and logs them without routing them to a Dead Letter Queue (DLQ) topic. The existing `none`/`all` binary does not support simply discarding bad records without the operational overhead of provisioning and managing separate DLQ topics and consumer connectors.
Details
| Author | Zihan Li |
| Status | Discussion |
| JIRA | KAFKA-9740 |
| Wiki | View on Apache Wiki |
| Created | 2020-03-18 |
| Last Modified | 2020-04-24 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.