Pratik Gaglani created KAFKA-7217: ------------------------------------- Summary: Loading dynamic topic data into kafka connector sink using regex Key: KAFKA-7217 URL: https://issues.apache.org/jira/browse/KAFKA-7217 Project: Kafka Issue Type: Improvement Components: KafkaConnect Affects Versions: 1.1.0 Reporter: Pratik Gaglani
The new feature to use regex KAFKA-3074 in connectors, however it seems that the topic data from the newly added topics after the connector has been started is not consumed until the connector is restarted. We have a need to dynamically added new topic and have connector consume the topic based on regex defined in properties of connector. How can it be achieved? Ex: regex: topic-.* topic: topic-1, topic-2 If I introduce new topic topic-3, then how can I make the connector consume the topic data without restarting it? -- This message was sent by Atlassian JIRA (v7.6.3#76005)