You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Arjun Satish (JIRA)" <ji...@apache.org> on 2018/06/01 23:48:00 UTC

[jira] [Created] (KAFKA-6981) Missing Connector Config (errors.deadletterqueue.topic.name) kills Connect Clusters

Arjun Satish created KAFKA-6981:
-----------------------------------

             Summary: Missing Connector Config (errors.deadletterqueue.topic.name) kills Connect Clusters
                 Key: KAFKA-6981
                 URL: https://issues.apache.org/jira/browse/KAFKA-6981
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 2.0.0
            Reporter: Arjun Satish
            Assignee: Arjun Satish
             Fix For: 2.0.0


The trunk version of AK currently tries to incorrectly read the property (errors.deadletterqueue.topic.name) when starting a sink connector. This fails no matter what the contents of the connector config are. The ConnectorConfig does not define this property, and any calls to getString will throw a ConfigException. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)