Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-7877

Connect DLQ not used in SinkTask put()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0, 2.0.1, 2.1.0
    • None
    • connect
    • None

    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.

       

      Attachments

        Activity

          People

            wicknicks Arjun Satish
            Andrew Bourgeois Andrew Bourgeois
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: