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.
@ -198,4 +198,4 @@ This approach introduces a problem when removing a member from a two-member clus
## Go docs
More detailed development documentation can be found in go docs: https://pkg.go.dev/go.etcd.io/etcd/raft/v3.
More detailed development documentation can be found in go docs: https://pkg.go.dev/go.etcd.io/etcd/raft/v3.