You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "venkat teki (Jira)" <ji...@apache.org> on 2021/12/14 18:01:00 UTC

[jira] [Created] (KAFKA-13546) Explicitly specifying default topic creation groups should not make connector fail

venkat teki created KAFKA-13546:
-----------------------------------

             Summary: Explicitly specifying default topic creation groups should not make connector fail
                 Key: KAFKA-13546
                 URL: https://issues.apache.org/jira/browse/KAFKA-13546
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
    Affects Versions: 2.8.1, 2.7.2, 2.6.3, 2.6.2, 2.7.1, 2.8.0, 2.6.1, 2.7.0, 2.6.0
            Reporter: venkat teki


[KIP-158|https://cwiki.apache.org/confluence/display/KAFKA/KIP-158%3A+Kafka+Connect+should+allow+source+connectors+to+set+topic-specific+settings+for+new+topics] introduced support for Connect worker to allow source connector configurations to define topic creation settings.

A new source connector configuration {{topic.creation.groups}} was introduced, which takes a list of groups.  


h4. Expected behavior

According to KIP-158, specifying value "default" in {{topic.creation.groups}} configration should throw a warning, but not let connector fail.

*Actual behavior*

Specifying "default" will make a connector fail



--
This message was sent by Atlassian Jira
(v8.20.1#820001)