etcd编译raftexample

文档参见

https://github.com/etcd-io/etcd/tree/main/contrib/raftexample

1)代码下载

在gopath目录

/root/go/src/go.etcd.io

 

2)go build -o raftexample

cd /root/go/src/go.etcd.io/etcd/contrib/raftexample

 

3) proxy不能访问问题

go env -w GOPROXY=https://goproxy.cn

 

4) 启动

./raftexample --id 1 --cluster http://127.0.0.1:12379 --port 12380

posted @ 2022-10-01 23:54  stupidstan2019  阅读(31)  评论(0编辑  收藏  举报