Hacker News new | ask | show | jobs
by justinsb 3731 days ago
Most raft implementation don't implement dynamic reconfiguration or snapshots/compaction. AFAICT hoverbear implements neither, and Tikv implements at least snapshots.
1 comments

You're right. And thanks for the pointer on this implementing snapshots.