pd操作

当然可以,至少我操作过状态从offline变成up
curl -X POST http://127.0.0.1:2379/pd/api/v1/store/${store_id}/state?state=Up

以前的版本还可以强删,新版本好像换了:
curl -X DELETE http://{pdip}:2379/pd/api/v1/store/${store_id}?force

上面强删的命令在新版本应该不能用了。

大概就是这个意思,restful 接口执行试试。

也可以直接封装 pdclient