提交 a29a1c02 编写于 作者: P pengys5

Add ApplicationInstanceRecover message for the request of instance recover service

上级 f93c5f97
......@@ -14,7 +14,7 @@ service InstanceDiscoveryService {
rpc heartbeat (ApplicationInstanceHeartbeat) returns (Downstream) {
}
rpc registerRecover (ApplicationInstanceMapping) returns (Downstream) {
rpc registerRecover (ApplicationInstanceRecover) returns (Downstream) {
}
}
......@@ -26,6 +26,11 @@ message ApplicationInstance {
message ApplicationInstanceMapping {
int32 applicationId = 1;
int32 applicationInstanceId = 2;
}
message ApplicationInstanceRecover {
int32 applicationId = 1;
int32 applicationInstanceId = 2;
int64 registerTime = 3;
}
......@@ -56,5 +61,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.
先完成此消息的编辑!
想要评论请 注册