add version to filer configuration response

This commit is contained in:
Chris Lu
2021-07-12 01:23:17 -07:00
parent ae7129f717
commit b194f91f47
4 changed files with 207 additions and 194 deletions

View File

@@ -293,6 +293,7 @@ message GetFilerConfigurationResponse {
int32 signature = 8;
string metrics_address = 9;
int32 metrics_interval_sec = 10;
string version = 11;
}
message SubscribeMetadataRequest {