You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Konstantine Karantasis (Jira)" <ji...@apache.org> on 2020/02/03 22:50:00 UTC

[jira] [Commented] (KAFKA-9422) Track the set of topics a connector is using

    [ https://issues.apache.org/jira/browse/KAFKA-9422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17029354#comment-17029354 ] 

Konstantine Karantasis commented on KAFKA-9422:
-----------------------------------------------

Not sure why this jira ticket was not updated when the PR above was merged. 
KIP-558 has now been implemented, therefore I'm closing this ticket and marking it _{{done}}_. 

PR: 
https://github.com/apache/kafka/pull/8017

> Track the set of topics a connector is using
> --------------------------------------------
>
>                 Key: KAFKA-9422
>                 URL: https://issues.apache.org/jira/browse/KAFKA-9422
>             Project: Kafka
>          Issue Type: Improvement
>          Components: KafkaConnect
>    Affects Versions: 2.5.0
>            Reporter: Konstantine Karantasis
>            Assignee: Konstantine Karantasis
>            Priority: Major
>             Fix For: 2.5.0
>
>
> Now that soon (after [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] is implemented) source connectors will be able to create topics during runtime with custom topic-specific properties, in ways beyond what automatic topic creation could allow, a nice new feature would be to also keep track which topics are actually used per connector, after such a connector is created. 
> This information could be exposed by extending the Connect REST API to add a topics endpoint under the connector endpoint (similar to the status or config endpoints). 



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