From 113b27229b05c7ebf7bb7300c15102a722742114 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 21 Sep 2016 05:07:04 -0700 Subject: [PATCH] raftexample: remove snapshot TODO in README --- contrib/raftexample/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/raftexample/README.md b/contrib/raftexample/README.md index c5fb4f7c5..cae2e5f34 100644 --- a/contrib/raftexample/README.md +++ b/contrib/raftexample/README.md @@ -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. For raftexample, this commit channel is consumed by the key-value store. -## Project Details - -### TODO -- Snapshot support