提交 a9add392 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update DiscoveryService.proto

Add agentUUID in ApplicationInstance
上级 543b2d44
......@@ -20,7 +20,8 @@ service InstanceDiscoveryService {
message ApplicationInstance {
int32 applicationId = 1;
int64 registerTime = 2;
string agentUUID = 2;
int64 registerTime = 3;
}
message ApplicationInstanceMapping {
......@@ -61,4 +62,4 @@ message ServiceNameMappingElement {
message ServiceNameElement {
string serviceName = 1;
int32 applicationId = 2;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册