Skip to content

ahanwadi/raft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raft implementation using akka.

Raft is a distributed consensus algorithm that is designed keeping in mind understandability. Since, distributed algorithms typically involves state machines and message passing, they can be natively expressed in frameworks such as, akka.