[ https://issues.apache.org/jira/browse/KAFKA-7877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Bourgeois updated KAFKA-7877: ------------------------------------ Description: The Dead Letter Queue isn't implemented for the put() operation. In [https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSinkTask.java] the "retryWithToleranceOperator" gets used during the conversion and transformation phases, but not when delivering the messages to the sink task. According to KIP-298, the Dead Letter Queue should be used as long as we throw org.apache.kafka.connect.errors.RetriableException. was: The Dead Letter Queue isn't implemented for the put() operation. In [https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSinkTask.java] you can see that the "retryWithToleranceOperator" gets used during the conversion and transformation phases, but not when delivering the messages to the sink task. > Connect DLQ not used in SinkTask put() > -------------------------------------- > > Key: KAFKA-7877 > URL: https://issues.apache.org/jira/browse/KAFKA-7877 > Project: Kafka > Issue Type: Bug > Reporter: Andrew Bourgeois > Priority: Major > > The Dead Letter Queue isn't implemented for the put() operation. > In > [https://github.com/apache/kafka/blob/trunk/connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSinkTask.java] > the "retryWithToleranceOperator" gets used during the conversion and > transformation phases, but not when delivering the messages to the sink task. > According to KIP-298, the Dead Letter Queue should be used as long as we > throw org.apache.kafka.connect.errors.RetriableException. > -- This message was sent by Atlassian JIRA (v7.6.3#76005)