From 4d372476f8be7e6a0f56813c09db08a9b47b2c5f Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Thu, 18 Dec 2014 18:14:07 -0800 Subject: [PATCH] README: add unmaintained badge --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index cfe63d8..822294a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ go-raft [![Build Status](https://drone.io/github.com/goraft/raft/status.png)](ht ## Overview +![unmaintained](http://img.shields.io/badge/status-unmaintained-red.png) + +**NOTE**: This project is unmaintained. If you are using goraft in a project +and want to carry the project forward please file an issue with your ideas and +intentions. The original project authors have created new raft implementations +now used in etcd and InfluxDB. + This is a Go implementation of the Raft distributed consensus protocol. Raft is a protocol by which a cluster of nodes can maintain a replicated state machine. The state machine is kept in sync through the use of a replicated log.