Hacker News new | ask | show | jobs
by kerneltime 2787 days ago
AFAIK, Raft is a form of Paxos, spec-ed out to do log replication.
1 comments

Yes and we’re talking about distributed state machines, right? A raft append-only log usually contains state machine commands.