Hacker News new | ask | show | jobs
by masklinn 4132 days ago
Wouldn't that be done by the underlying Raft implementation (goraft)?
1 comments

Yes, that's right. 'go-raft' is imported by rqlite, and uses that package for consensus and leader election.