liuxiaolong
2020-10-17 1a0f82cc0b420927be3aa99fc1876d408995c856
protomsg.proto
@@ -232,6 +232,7 @@
    T_ResourceConfig = 11;//对外服务配置变化
    T_CalculationPower = 12;//需要重新计算算力占用情况
    T_EventPush = 13; //事件推送有变化
    T_Cluster = 14; //集群创建、加入或退出
}
enum DbAction {
@@ -382,6 +383,7 @@
    string clusterId = 1;
    string clusterName = 2;
    repeated Node nodes = 3;
    string virtualIp = 4;
}
message Node {