Jay Kreps created KAFKA-653:
-------------------------------

             Summary: Allow getTopicMetadata to get metadata for all topics
                 Key: KAFKA-653
                 URL: https://issues.apache.org/jira/browse/KAFKA-653
             Project: Kafka
          Issue Type: Bug
            Reporter: Jay Kreps


Currently the topic metadata api requires a list of topics. This is good when 
you know what you want, but for tools that need to replicate all topics or 
those that match a pattern or something like that, they may not know their 
topic names a priori.

To support this it would be nice to have the behavior be that issuing the 
getTopicMetadata request with no topics yields metadata for all topics (as this 
is more useful than the current behavior of giving you metadata for no topics).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to