From deb9cc7f4db813029de0b9b1218006e602258fa8 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..cfe63d8 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 from v2.0.0 onward 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.