diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-31 23:23:08 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-31 23:23:08 -0700 |
| commit | 43fd11278ef811856551904b531bcc91821d0c9f (patch) | |
| tree | e587c9173d277704849fdfde735b97d3f34373bc /other/java/client/src | |
| parent | cca588429b238353d33688f1ec44ddaca18cb67e (diff) | |
| download | seaweedfs-43fd11278ef811856551904b531bcc91821d0c9f.tar.xz seaweedfs-43fd11278ef811856551904b531bcc91821d0c9f.zip | |
support follow additional path prefixes
Diffstat (limited to 'other/java/client/src')
| -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 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; |
