aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-23 10:50:28 -0700
committerchrislu <chris.lu@gmail.com>2022-07-23 10:50:28 -0700
commit64f3d6fb6e1acb007b3e4726962c7ea35bacc4c4 (patch)
tree30903fa25af0bcf797f93e354f68fb41216dc602 /other/java/client/src
parent2c8818351f418e3584a6c5410c396f747aebd725 (diff)
downloadseaweedfs-64f3d6fb6e1acb007b3e4726962c7ea35bacc4c4.tar.xz
seaweedfs-64f3d6fb6e1acb007b3e4726962c7ea35bacc4c4.zip
metadata subscription uses client epoch
Diffstat (limited to 'other/java/client/src')
-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 bd0932cb8..6277c3c6e 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -346,6 +346,7 @@ message SubscribeMetadataRequest {
repeated string path_prefixes = 6;
int32 client_id = 7;
int64 until_ns = 8;
+ int32 client_epoch = 9;
}
message SubscribeMetadataResponse {
string directory = 1;