Y
Hacker News
new
|
ask
|
show
|
jobs
by
jen20
2033 days ago
> What appears to be their own hand rolled gossip protocol (that is clearly terrible compared to raft or paxos)
Raft and Paxos are not gossip protocols - they are consensus protocols.
1 comments
joneholland
2033 days ago
Fair. What I meant to say is “hand rolling a way to have consensus on a shared piece of data” by implementing it with a naive gossip system.
link