aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-30 15:04:19 -0700
committerchrislu <chris.lu@gmail.com>2022-05-30 15:04:19 -0700
commita2b101a737de0a4085f560971f6f25cb8f4e6050 (patch)
treea6ffa22530ba91f7b2011b700d97e4bf4888827b /other/java
parent5b9347c9380100ef5f44178263700309991a2766 (diff)
downloadseaweedfs-a2b101a737de0a4085f560971f6f25cb8f4e6050.tar.xz
seaweedfs-a2b101a737de0a4085f560971f6f25cb8f4e6050.zip
subscribe metadata between a range
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 e5c7f21e7..e52bbcf89 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -348,6 +348,7 @@ message SubscribeMetadataRequest {
int32 signature = 4;
repeated string path_prefixes = 6;
int32 client_id = 7;
+ int64 until_ns = 8;
}
message SubscribeMetadataResponse {
string directory = 1;