oleksiyk / kafka

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

Reconnect fix #248

Closed larryckey closed 5 years ago

larryckey commented 5 years ago

step to reproduce problem in previous version:

  1. start your service without Kafka and Zookeeper
  2. bring up Kafka and Zookeeper and service won't connect

after embedding this fix, step 2 will connect