diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-20 09:25:18 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-20 09:25:18 -0700 |
| commit | b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3 (patch) | |
| tree | fe9ddf0d855a2d8532974af3eabd0ff41765bca4 /other/java | |
| parent | b463ca1a2f514248f20e06a3c5e1fda6fbef7d9e (diff) | |
| download | seaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.tar.xz seaweedfs-b90d92fca91b21c8b0cd2bc468af5c4e5f06d5c3.zip | |
grpc: watch metadata changes by directory
Diffstat (limited to 'other/java')
| -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 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; |
