feat: add GRPC client stream service to our GreptimeDB (#16)
This commit is contained in:
@@ -11,6 +11,8 @@ import "greptime/v1/column.proto";
|
||||
|
||||
service GreptimeDatabase {
|
||||
rpc Handle(GreptimeRequest) returns (GreptimeResponse);
|
||||
|
||||
rpc HandleRequests(stream GreptimeRequest) returns (GreptimeResponse);
|
||||
}
|
||||
|
||||
message RequestHeader {
|
||||
|
||||
Reference in New Issue
Block a user