oleksiyk / kafka

Apache Kafka 0.9 client for Node
MIT License
297 stars 85 forks source link

consume non existing topic #247

Open larryckey opened 5 years ago

larryckey commented 5 years ago

Hi, there is a problem to consume topic that not exist yet, 'no-kafka' create the topic but stop working. steps to reproduce:

  1. delete all Kafka and Zookeeper logs
  2. bring up Kafka and Zookeeper
  3. try to some consume topic(only consume, no producer, topic not exist yet)
  4. note that topic created now 5.try to produce (from another application) to same topic and see that consumer not work

Thanks, Larry