From 70d8a3a1d3395ece4a37c5aac1249293b57d5975 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sun, 5 Jul 2020 15:50:07 -0700 Subject: add SubscribeLocalMetadata without checking persisted meta logs --- other/java/client/src/main/proto/filer.proto | 3 +++ 1 file changed, 3 insertions(+) (limited to 'other/java/client/src') diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index 9fc0669ab..37121f29c 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -49,6 +49,9 @@ service SeaweedFiler { rpc SubscribeMetadata (SubscribeMetadataRequest) returns (stream SubscribeMetadataResponse) { } + rpc SubscribeLocalMetadata (SubscribeMetadataRequest) returns (stream SubscribeMetadataResponse) { + } + rpc KeepConnected (stream KeepConnectedRequest) returns (stream KeepConnectedResponse) { } -- cgit v1.2.3