-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I am trying to use tokio_zookeeper to connect to a clickhouse-keeper instance (outside the scope of this project I know)
Clickhouse keeper does not support these features
- addWatch doesn't work with PERSISTENT watches
- removeWatch and removeAllWatches aren't supported
- setWatches isn't supported
Which is why I assume I am getting errors when trying to connect
Error { source: None, message: "failed to enqueue new request: Canceled" }
I realize that the default watcher is to keep consistency with the Java client implementation but would it be possible (acceptable?) to figure out a connection without the watcher?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels