add registerTime in ApplicationInstanceMapping because of the register recover service need the origin register time
This commit is contained in:
parent
7d6a1c130a
commit
f93c5f973e
|
|
@ -26,6 +26,7 @@ message ApplicationInstance {
|
|||
message ApplicationInstanceMapping {
|
||||
int32 applicationId = 1;
|
||||
int32 applicationInstanceId = 2;
|
||||
int64 registerTime = 3;
|
||||
}
|
||||
|
||||
message ApplicationInstanceHeartbeat {
|
||||
|
|
|
|||
Loading…
Reference in New Issue