stackabletech/tokio-zookeeper

Support chroot feature

Open

#7 opened on Jul 29, 2018

 (0 comments) (0 reactions) (0 assignees)Rust (22 forks)auto 404
good first issuehelp wanted

Repository metrics

Stars
 (77 stars)
PR merge metrics
 (PR metrics pending)

Description

From Java docs:

An optional "chroot" suffix may also be appended to the connection string. This will run the client commands while interpreting all paths relative to this root (similar to the unix chroot command).

Note that this needs to affect all paths in the codebase, including fields in WatchedEvent.

Contributor guide