[
https://issues.apache.org/jira/browse/KAFKA-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Randall Hauch resolved KAFKA-8974.
----------------------------------
Fix Version/s: 2.3.1
2.4.0
2.2.2
2.1.2
2.0.2
Reviewer: Randall Hauch
Resolution: Fixed
Merged back to the `2.0` branch. The PR uses Java 8 features, which are not
available in the `1.1` or older branches.
> 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
> Priority: Minor
> Fix For: 2.0.2, 2.1.2, 2.2.2, 2.4.0, 2.3.1
>
>
> 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)