stackabletech / stackabletech/tokio-zookeeper
Support chroot feature
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 78
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
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
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the connection string is parsed and how client commands construct paths. Identify every path-handling location, including the fields exposed through WatchedEvent, and compare the behavior with the Java chroot documentation. Done means all client commands interpret paths relative to the configured root.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100