You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Magesh kumar Nandakumar (Jira)" <ji...@apache.org> on 2019/10/03 22:09:00 UTC

[jira] [Created] (KAFKA-8974) Sink Connectors can't handle topic list with whitespaces

Magesh kumar Nandakumar created KAFKA-8974:
----------------------------------------------

             Summary: Sink Connectors can't handle topic list with whitespaces
                 Key: KAFKA-8974
                 URL: https://issues.apache.org/jira/browse/KAFKA-8974
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
            Reporter: Magesh kumar Nandakumar
            Assignee: Magesh kumar Nandakumar


Sink connector allows the user to configure`topics` config which is a comma-separated list of topics. When the user inadvertently includes white spaces in the coman separated list like `topic1, topic2` the connector doesn't process `topic2` correctly. The fix is to trim the individual items before creating the consumer subscribption



--
This message was sent by Atlassian Jira
(v8.3.4#803005)