16 comments (16 comments)6 reactions (6 reactions)1 assignee (1 assignee)Go264 forks (264 forks)auto 404
help wanted
Repository metrics
- Stars
- 1,076 stars (1,076 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
Refer to raftexample . But this example should NOT depend on etcd at all.
cc @Elbehery
Contributor guide
- Research direction
- Study the existing raftexample in the etcd repository, understand the core Raft library API, and implement a standalone example that demonstrates Raft consensus using only Go standard library or minimal dependencies.
- Tech stack
- go
- Domain
- backenddistributed systems
- Issue type
- Feature
- Prerequisites
- GoGitRaft concepts