goraft / raft

UNMAINTAINED: A Go implementation of the Raft distributed consensus protocol.
MIT License
2.43k stars 479 forks source link

Additional documentation #134

Closed JensRantil closed 11 years ago

JensRantil commented 11 years ago

Might as well document a little while reading the code. Correct me if I've misunderstood something!

xiang90 commented 11 years ago

@JensRantil Raft is used to maintain the state of several distributed stateMachine to be consistent. If the command is stateless and directly apply to filesystem or sth, you can just use nil.