raft: mark etcd/raft deprecated, and suggest users to use the new go.etcd.io/raft/v3 module

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang 2022-12-02 14:17:58 +08:00
parent 394956ca4e
commit 8651478ce2

View File

@ -1,4 +1,4 @@
# Raft library
# Raft library (Deprecated, please use [go.etcd.io/raft/v3](https://github.com/etcd-io/raft) instead.)
Raft is a protocol with 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.