Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
0.9.2-incubating
-
None
Description
When topic does not yet exist and the consumer is asked to consume from it, the default behaviour for Kafka heigh-level consumer is to "await" for the topic without a failure.
KafkaSpout currently fails trying to get the partition information about the topic that does not exist.
It may be a good idea to have the same common behaviour in KafkaSpout and it can probably be implemented through the zookeeper watchers: if topic does not exist, then set up a watcher and don't do anything until it yields.
Attachments
Issue Links
- is superceded by
-
STORM-650 Storm-Kafka Refactoring and Improvements
- Closed