feat: node epoch (#52)

* feat: node epoch

* feat: meta proto for golang
This commit is contained in:
JeremyHi
2023-06-20 09:54:29 +08:00
committed by GitHub
parent 5d5eb65bb9
commit 7aeaeaba1e
2 changed files with 127 additions and 115 deletions
+2
View File
@@ -50,6 +50,8 @@ message HeartbeatRequest {
MailboxMessage mailbox_message = 8;
// The duration since the heartbeat task's epoch in milliseconds.
uint64 duration_since_epoch = 9;
// The node's epoch
uint64 node_epoch = 10;
}
message NodeStat {