raftexample: remove snapshot TODO in README

This commit is contained in:
Gyu-Ho Lee 2016-09-21 05:07:04 -07:00
parent 13e7172b4b
commit 113b27229b

View File

@ -113,7 +113,3 @@ When the REST server submits a proposal, the raft server transmits the proposal
When raft reaches a consensus, the server publishes all committed updates over a commit channel. When raft reaches a consensus, the server publishes all committed updates over a commit channel.
For raftexample, this commit channel is consumed by the key-value store. For raftexample, this commit channel is consumed by the key-value store.
## Project Details
### TODO
- Snapshot support