节点组合配置时服务间可以共用证书数据

This commit is contained in:
刘祥超
2023-03-18 22:15:13 +08:00
parent d43cbc4f90
commit 9b943f7f03
20 changed files with 840 additions and 694 deletions

View File

@@ -291,6 +291,7 @@ message FindCurrentNodeConfigRequest {
int64 version = 1;
bool compress = 2; // 是否压缩
int64 nodeTaskVersion = 3; // 通知任务版本
bool useDataMap = 4; // 是否使用公共的数据集
}
message FindCurrentNodeConfigResponse {