From 8dced5aa91474bd3be307bfe750eae5da22fded5 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 27 Oct 2014 07:31:53 -0700 Subject: [PATCH] README: clarify etcd's use of raft etcd has since started using a new raft implementation that more cleanly separates the state machine from the log and RPC layer. Let people know about this change. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62a76ed..30c0eba 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ go-raft is under the MIT license. These projects are built on go-raft: -- [coreos/etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. +- [coreos/etcd 0.4.* and older](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. Note: etcd has since started using a [new raft implementation]( godoc.org/github.com/coreos/etcd/raft). - [goraft/raftd](https://github.com/goraft/raftd) - A reference implementation for using the go-raft library for distributed consensus. - [skynetservices/skydns](https://github.com/skynetservices/skydns) - DNS for skynet or any other service discovery. - [influxdb/influxdb](https://github.com/influxdb/influxdb) - An open-source, distributed, time series, events, and metrics database.