Skip to content
/ raft Public

A toy implementation of raft for consensus in Java using gRPC and RocksDB

Notifications You must be signed in to change notification settings

grtheod/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

raft

A toy implementation of raft for consensus in Java using gRPC and RocksDB based on these blogposts.

Building

Compile the project:

mvn clean compile -DskipTests

Persistence

To enable persistence with RocksDB set the USE_DISK flag to true in RaftConfiguration. However, this makes some tests fail if not run one by one.

About

A toy implementation of raft for consensus in Java using gRPC and RocksDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages