diff options
| author | chrislu <chris.lu@gmail.com> | 2024-07-21 20:13:51 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-07-21 20:13:51 -0700 |
| commit | 9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713 (patch) | |
| tree | cf72a930741b497fb68dde466457ff09f50f7802 /other/java | |
| parent | 9dcc5764999737e605f4d763460c736a52b79b20 (diff) | |
| download | seaweedfs-9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713.tar.xz seaweedfs-9dd008f8f1d4b4e0d1881ac8a9cd2b3b0f3b5713.zip | |
add version to filer
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 2 |
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 { |
