aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-08-31 23:23:08 -0700
committerChris Lu <chris.lu@gmail.com>2021-08-31 23:23:08 -0700
commit43fd11278ef811856551904b531bcc91821d0c9f (patch)
treee587c9173d277704849fdfde735b97d3f34373bc /other/java
parentcca588429b238353d33688f1ec44ddaca18cb67e (diff)
downloadseaweedfs-43fd11278ef811856551904b531bcc91821d0c9f.tar.xz
seaweedfs-43fd11278ef811856551904b531bcc91821d0c9f.zip
support follow additional path prefixes
Diffstat (limited to 'other/java')
-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 bb461936c..7b1838565 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -313,6 +313,7 @@ message SubscribeMetadataRequest {
string path_prefix = 2;
int64 since_ns = 3;
int32 signature = 4;
+ repeated string path_prefixes = 6;
}
message SubscribeMetadataResponse {
string directory = 1;