ktoso / akka-raft

A toy project implementing RAFT on top of Akka Cluster (not prod ready)
http://blog.project13.pl
Apache License 2.0
280 stars 42 forks source link

Small fixes #79

Closed dmitraver closed 8 years ago

dmitraver commented 8 years ago

Hey! I've updated the akka version to 2.4. Also I changed initial replicated log index to 1 because now our logs are 1-indexed and changed few tests as well. There are still some of them failing but I'm looking into it.

ktoso commented 8 years ago

Thanks for the fixes, looks good. Thanks also in general for the help!

dmitraver commented 8 years ago

@ktoso I enjoy working on it ;)

ktoso commented 8 years ago

:-)