Hacker News new | ask | show | jobs
by bluejekyll 3731 days ago
Yes, I was just wondering why they didn't use that? I reviewed that raft implementation. Looks decent and uses mio for non-blocking io, which was quite clean (I'm jealous).
1 comments

Most raft implementation don't implement dynamic reconfiguration or snapshots/compaction. AFAICT hoverbear implements neither, and Tikv implements at least snapshots.
You're right. And thanks for the pointer on this implementing snapshots.