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.
From Java docs:
Note that this needs to affect all paths in the codebase, including fields in
WatchedEvent.