aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src/main/proto/filer.proto
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-01-02 01:11:27 -0800
committerGitHub <noreply@github.com>2022-01-02 01:11:27 -0800
commit077f831749e6bbf12ff52fd369b493e4dd751817 (patch)
tree81912d857c0dcc0dba64661aa8f06ba81e68a40a /other/java/client/src/main/proto/filer.proto
parent9b941773805400c520558d83aed633adc821988c (diff)
parent42c849e0df74610d38453db67670db715ceb80aa (diff)
downloadseaweedfs-077f831749e6bbf12ff52fd369b493e4dd751817.tar.xz
seaweedfs-077f831749e6bbf12ff52fd369b493e4dd751817.zip
Merge pull request #2550 from chrislusf/metadata_follow_with_client_id
add client id for all metadata listening clients
Diffstat (limited to 'other/java/client/src/main/proto/filer.proto')
-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 ba5c1c694..3303dc444 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -329,6 +329,7 @@ message SubscribeMetadataRequest {
int64 since_ns = 3;
int32 signature = 4;
repeated string path_prefixes = 6;
+ int32 client_id = 7;
}
message SubscribeMetadataResponse {
string directory = 1;