Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Commit

Permalink
README: clarify etcd's use of raft
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Brandon Philips committed Oct 27, 2014
1 parent 510993e commit 8dced5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8dced5a

Please sign in to comment.