Skip to content

Commit

Permalink
add version to filer
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislusf committed Jul 22, 2024
1 parent 9dcc576 commit 9dd008f
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 322 deletions.
2 changes: 2 additions & 0 deletions other/java/client/src/main/proto/filer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 2 additions & 0 deletions weed/pb/filer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading

0 comments on commit 9dd008f

Please sign in to comment.