Skip to content

Connect Method without default watcher #58

@jgould22

Description

@jgould22

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions