node-druid-query
node-druid-query copied to clipboard
Add connection timeout
Inconvenient to keep client in always connecting state. So connection timeout should be used when using ZooKeeper.
Connection and start timeout should be introduced. Timeout will grow with number of retries (in arithmetic/geometric progression, I assume).
Blocked by alexguan/node-zookeeper-client#16