[ https://issues.apache.org/jira/browse/KAFKA-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14659134#comment-14659134 ]
ASF GitHub Bot commented on KAFKA-2393: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/117 > Correctly Handle InvalidTopicException in KafkaApis.getTopicMetadata() > ---------------------------------------------------------------------- > > Key: KAFKA-2393 > URL: https://issues.apache.org/jira/browse/KAFKA-2393 > Project: Kafka > Issue Type: Bug > Affects Versions: 0.8.2.1 > Reporter: Grant Henke > Assignee: Grant Henke > Fix For: 0.8.3 > > > It seems that in KafkaApis.getTopicMetadata(), we need to handle > InvalidTopicException explicitly when calling AdminUtils.createTopic (by > returning the corresponding error code for that topic). Otherwise, we may not > be able to get the metadata for other valid topics. This seems to be an > existing problem, but KAFKA-2337 makes InvalidTopicException more likely to > happen. -- This message was sent by Atlassian JIRA (v6.3.4#6332)