mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-24 00:40:40 +00:00
feat: metasrv mailbox (#1481)
* refactor: id first in pusher_key * feat: is_acceptable for multi roles * feat: mailbox * fix: channel for mailbox * feat: impl mailbox via heartbeat * chore: add unit test for mailbox * chore: by cr * chore: typo * chore: refactor the mailbox API * chore: br cr * chore: check timeout interval to 10ms * chore: add response header
This commit is contained in:
@@ -10,7 +10,7 @@ common-base = { path = "../common/base" }
|
||||
common-error = { path = "../common/error" }
|
||||
common-time = { path = "../common/time" }
|
||||
datatypes = { path = "../datatypes" }
|
||||
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "a26c40c004f998180b8acd853b22f083773f36b9" }
|
||||
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "e8abf8241c908448dce595399e89c89a40d048bd" }
|
||||
prost.workspace = true
|
||||
snafu = { version = "0.7", features = ["backtraces"] }
|
||||
tonic.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user