oleksiyk / kafka

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

Connection timeout not resulting in retries #203

Open arpanimage opened 7 years ago

arpanimage commented 7 years ago

We are facing some connection timeout errors being returned in the promise. We do not see the producer retrying to establish the connection even though the retires are set to 3 times.

Does the connection timeout error suspend the retries? Is there a way that we can ensure that retries are performed by the producer on facing connection timeout error.