[
https://issues.apache.org/jira/browse/KAFKA-8974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16944095#comment-16944095
]
ASF GitHub Bot commented on KAFKA-8974:
---------------------------------------
mageshn commented on pull request #7442: KAFKA-8974: trim whitespaces in topic
URL: https://github.com/apache/kafka/pull/7442
This is a minor change that will improve the UX when the topic list includes
whitespace in the `topics` config for a SinkConnector
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
>
> 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)