Add connect_without_watcher function#59
Conversation
…configuration of the test zookeeper instance
cb9e121 to
9e32b63
Compare
I am getting Unknown authentication strategy "github" however that is the only one offered |
|
Sorry, we'll look into the CLA bot |
|
@jgould22 Could you try signing the CLA again please? It should be working now. |
Should be good, I was able to complete it |
|
I think this can be merged (or closed if desired) It seems my needs require a bit more invasive changes outlined here which I am willing to do if there is interest. |
This PR addresses #58
While debugging what I initially thought was a watcher compatibility issue with clickhouse-keeper which exposes a zookeeper compatible api (with some exceptions, see here ) would fail to connect with
Error { source: None, message: "failed to enqueue new request: Canceled" }Still need to poke it it a bit though because I thought I had it working but it still isnt.
Regardless.
This PR adds the
connect_without_watchermethod which allows a connection without the watcher stream.Additionally it adds some convenience code to allow developers to set the address for the test zookeeper instance and updates the README.md to mention this.