old-raft-rs icon indicating copy to clipboard operation
old-raft-rs copied to clipboard

State of this project

Open lorenz opened this issue 8 years ago • 1 comments

I want to use Rust and therefore raft-rs as a consensus algorithm for some distributed management systems. The readme says that is currently not designed for production use and log compaction is not implemented (which means the log wil grow without bounds if I understood this correctly). Is this library eventually going to be complete?

lorenz avatar Jun 11 '16 19:06 lorenz

@lorenz The goal is to make it so yes! There is some work to do to get there and I think all of us have been rather distracted with some other things. If you're interested in contributing we'd love to have you.

There was some work by @danburkert on the Write-Ahead-Log which was the next logical step forward. I wonder if he needs some help!

Hoverbear avatar Jun 13 '16 16:06 Hoverbear