feat: add GRPC client stream service to our GreptimeDB (#16)

This commit is contained in:
LFC
2023-03-20 17:55:32 +08:00
committed by GitHub
parent 0a7b790ed4
commit dcf253314a
3 changed files with 27 additions and 16 deletions
+2
View File
@@ -11,6 +11,8 @@ import "greptime/v1/column.proto";
service GreptimeDatabase {
rpc Handle(GreptimeRequest) returns (GreptimeResponse);
rpc HandleRequests(stream GreptimeRequest) returns (GreptimeResponse);
}
message RequestHeader {