Grant Henke created KAFKA-2393:
----------------------------------
Summary: 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
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)