mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
394956ca4e
commit
8651478ce2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user