aboutsummaryrefslogtreecommitdiff
path: root/other/java/client
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-20 09:25:18 -0700
committerchrislu <chris.lu@gmail.com>2022-09-20 09:25:18 -0700
commitb90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3 (patch)
treefe9ddf0d855a2d8532974af3eabd0ff41765bca4 /other/java/client
parentb463ca1a2f514248f20e06a3c5e1fda6fbef7d9e (diff)
downloadseaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.tar.xz
seaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.zip
grpc: watch metadata changes by directory
Diffstat (limited to 'other/java/client')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index 1f1634f9b..66c6d2a13 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -342,6 +342,7 @@ message SubscribeMetadataRequest {
int32 client_id = 7;
int64 until_ns = 8;
int32 client_epoch = 9;
+ repeated string directories = 10; // exact directory to watch
}
message SubscribeMetadataResponse {
string directory = 1;