feat: rpc message based heartbeat (#30)

* feat: rpc message based heartbeat

* chore: by cr
This commit is contained in:
JeremyHi
2023-04-26 18:59:45 +08:00
committed by GitHub
parent a26c40c004
commit e8abf8241c
3 changed files with 27 additions and 3 deletions
+1
View File
@@ -62,6 +62,7 @@ impl RequestHeader {
protocol_version: PROTOCOL_VERSION,
cluster_id,
member_id,
role: 0,
}
}
}