stackabletech / stackabletech/tokio-zookeeper

Support chroot feature

Open
#7 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue help wanted
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.