kezhuw/zookeeper-client-rust

Option to turn on/off eager failure in connecting

kezhuw opened this issue · 1 comments

If we turn off eager failure in connecting, then there will be no NoHosts error but only Timeout.

This is crucial if the whole zookeeper cluster is only accessible through a single VIP, so we can tolerate node failures in session establishment.