add version to filer

This commit is contained in:
chrislu
2024-07-21 20:13:51 -07:00
parent 9dcc576499
commit 9dd008f8f1
5 changed files with 352 additions and 323 deletions

View File

@@ -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 {