Skip to content

andreidorin13/cs_647_raft_implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of Raft Consensus Algorithm in Kotlin using Akka.

Running the command “grade build” in the root directory where the build.gradle file lives, will build a jar file in “./builds/libs” that can be run with “java -jar .\build\libs\Raft-1.0.jar”. In order to change the number of actors the script runs with, modify the variable in main called “numActors”. Currently set to 7.

No other sources outside the ones mentioned above were consulted.

About

Implementation of Raft Consensus Algorithm in Kotlin using Akka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages