cruise
cruise copied to clipboard
A node implementation of raft
Hi, when I use the code in the Quickstart to boot up a three node cluster. I encounter the following problem: node.peer(peer.addr()); ^ TypeError: undefined is not a function Do...
This adds random port support (by listening to port 0)
it's possible to emit and then not actually apply to whatever storage there is. should add bookkeeping for lastApplied
Rather than just relying on `addPeer` everywhere. The reference implementation has a join command which gets applied by the leader in the same way that `appendEntries` does.
more than the ghetto runner I have right now.
right now only the leader can record