diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-12 01:23:17 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-12 01:23:20 -0700 |
| commit | b194f91f47d503b2424e0f7911756adab0b63fc6 (patch) | |
| tree | 82b08628b81462180e65f36f8a6351f36f60ce4f /other/java | |
| parent | ae7129f717239333cc566fc725bbc9a99654abed (diff) | |
| download | seaweedfs-b194f91f47d503b2424e0f7911756adab0b63fc6.tar.xz seaweedfs-b194f91f47d503b2424e0f7911756adab0b63fc6.zip | |
add version to filer configuration response
Diffstat (limited to 'other/java')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto index f49c1218f..522622a32 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -293,6 +293,7 @@ message GetFilerConfigurationResponse { int32 signature = 8; string metrics_address = 9; int32 metrics_interval_sec = 10; + string version = 11; } message SubscribeMetadataRequest { |
