aboutsummaryrefslogtreecommitdiff
path: root/other/java/client/src
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2024-07-21 20:13:51 -0700
committerchrislu <chris.lu@gmail.com>2024-07-21 20:13:51 -0700
commit9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713 (patch)
treecf72a930741b497fb68dde466457ff09f50f7802 /other/java/client/src
parent9dcc5764999737e605f4d763460c736a52b79b20 (diff)
downloadseaweedfs-9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713.tar.xz
seaweedfs-9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713.zip
add version to filer
Diffstat (limited to 'other/java/client/src')
-rw-r--r--other/java/client/src/main/proto/filer.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index fa37703b2..e8fc6fc6b 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -344,6 +344,8 @@ message GetFilerConfigurationResponse {
string version = 11;
string cluster_id = 12;
string filer_group = 13;
+ int32 major_version = 14;
+ int32 minor_version = 15;
}
message SubscribeMetadataRequest {