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"