Y
Hacker News
new
|
ask
|
show
|
jobs
by
shazeline
4131 days ago
I skimmed the source and didn't see anything regarding leader election. Am I missing something or is this implementation encapsulating some of the underlying terminology/analogies traditionally used by Raft?
1 comments
masklinn
4131 days ago
Wouldn't that be done by the underlying Raft implementation (goraft)?
link
otoolep
4131 days ago
Yes, that's right. 'go-raft' is imported by rqlite, and uses that package for consensus and leader election.
link