Aakash Shah created KAFKA-9971: ---------------------------------- Summary: Error Reporting in Sink Connectors Key: KAFKA-9971 URL: https://issues.apache.org/jira/browse/KAFKA-9971 Project: Kafka Issue Type: New Feature Components: KafkaConnect Affects Versions: 2.6.0 Reporter: Aakash Shah
Currently, [KIP-298|https://cwiki.apache.org/confluence/display/KAFKA/KIP-298%3A+Error+Handling+in+Connect] provides error handling in Kafka Connect that includes functionality such as retrying, logging, and sending errant records to a dead letter queue. However, the dead letter queue functionality from KIP-298 only supports error reporting within contexts of the transform operation, and key, value, and header converter operation. Within the context of the {{put(...)}} method in sink connectors, there is no support for dead letter queue/error reporting functionality. -- This message was sent by Atlassian Jira (v8.3.4#803005)