Skip to content

yr82/raft-akka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raft-akka

This repo contains an implementation of the raft consensus algorithm in Java using Akka actors. This implementation contains a few bugs does not include the log compaction and cluster membership change features of the algorithm.

To run the code, you can run:

sbt "runMain edu.drexel.cs647.java.Main"

About

An implementation of the raft consensus algorithm using Java Akka actors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors