You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "darion yaphet (JIRA)" <ji...@apache.org> on 2018/06/11 09:44:00 UTC

[jira] [Created] (KAFKA-7034) Remove the duplicated listTopics from Consumer

darion yaphet created KAFKA-7034:
------------------------------------

             Summary: Remove the duplicated listTopics from Consumer 
                 Key: KAFKA-7034
                 URL: https://issues.apache.org/jira/browse/KAFKA-7034
             Project: Kafka
          Issue Type: Improvement
          Components: clients
            Reporter: darion yaphet


Both AdminClient and Consumer are include the listTopics method , and they are also use the Cluster instance to get the topic name . They are very similar .

So I think we should remove the Consumer's listTopics method .



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)