raft go:raft的实现 源码
漂流 木筏的实现 生成gprc代码 $ protoc --go_out=. --go-grpc_out=. --go_opt=paths=source_relative --go-grpc_opt=paths=source_relative raft_rpc/raft.proto 建造 构建守护程序 cd raft-deamon go build 建立客户 cd raft-client go build 用法 启动木筏守护进程 raft-daemon.exe --I=localhost:5050 --Peers=localhost:5051,localhost:5052 raft-daemon
用户评论