feat: GRPC client stream interface for insertion (#1206)

* feat: GRPC client stream interface for insertion

* feat: GRPC client stream interface for insertion
This commit is contained in:
LFC
2023-03-20 18:45:37 +08:00
committed by GitHub
parent f6669a8201
commit ad886f5b3e
3 changed files with 37 additions and 8 deletions

View File

@@ -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 = "0a7b790ed41364b5599dff806d1080bd59c5c9f6" }
greptime-proto = { git = "https://github.com/GreptimeTeam/greptime-proto.git", rev = "dcf253314a05c9821bd90e7e09a168256c84f250" }
prost.workspace = true
snafu = { version = "0.7", features = ["backtraces"] }
tonic.workspace = true