aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-07-05 15:50:07 -0700
committerChris Lu <chris.lu@gmail.com>2020-07-05 15:50:07 -0700
commit70d8a3a1d3395ece4a37c5aac1249293b57d5975 (patch)
treeaad0a083ecf06b6462cd8ed20e0629f75ad69577 /other/java/client/src
parent55e40b08fc5f796c8d315b100a9c29dcf3a092e6 (diff)
downloadseaweedfs-70d8a3a1d3395ece4a37c5aac1249293b57d5975.tar.xz
seaweedfs-70d8a3a1d3395ece4a37c5aac1249293b57d5975.zip
add SubscribeLocalMetadata without checking persisted meta logs
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto3
1 files changed, 3 insertions, 0 deletions
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) {
}