stackabletech / stackabletech/tokio-zookeeper

Implement the ZooKeeper Recipies

Open
#10 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

The Apache ZooKeeper website provides a number of "ZooKeeper recipies" for things like barriers, queues, locks, two-phased commit, and leader election. We should implement all those recipes in a module like rust-zookeeper's recipes and wrap them in a nice API.

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 reviewing the linked Apache ZooKeeper recipes and the rust-zookeeper recipes module for barriers, queues, locks, two-phase commit, and leader election. Define a recipes module and API covering all of those recipes; done means each listed recipe is implemented and exposed through the new API.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
distributed-systems
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.