资源管理命令

增加

  1. curl -v "http://127.0.0.1/raftNode/add?addr=127.0.0.1:80&id=3"

增加新的master节点到raft复制组

参数列表
参数类型描述
addrstringmaster的ip地址, 格式为ip:port
iduint64master的节点标识

删除

  1. curl -v "http://127.0.0.1/raftNode/remove?addr=127.0.0.1:80&id=3"

从raft复制组总移除某个节点

参数列表
参数类型描述
addrstringmaster的ip地址, 格式为ip:port
iduint64master的节点标识