diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-30 15:04:19 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-30 15:04:19 -0700 |
| commit | a2b101a737de0a4085f560971f6f25cb8f4e6050 (patch) | |
| tree | a6ffa22530ba91f7b2011b700d97e4bf4888827b /other/java/client | |
| parent | 5b9347c9380100ef5f44178263700309991a2766 (diff) | |
| download | seaweedfs-a2b101a737de0a4085f560971f6f25cb8f4e6050.tar.xz seaweedfs-a2b101a737de0a4085f560971f6f25cb8f4e6050.zip | |
subscribe metadata between a range
Diffstat (limited to 'other/java/client')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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; |
