protomsg.proto @@ -266,6 +266,12 @@ bytes payload = 2; } enum CompareEventType { ReInitCache = 0; // 重新初始化底库缓存(加入集群后执行) UpdateCache = 1; // 更新底库和人员缓存 Compare = 2; // 做比对请求 } message SdkCompareEach { string id = 1; string tableid = 2;