aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-12 01:23:17 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-12 01:23:20 -0700
commitb194f91f47d503b2424e0f7911756adab0b63fc6 (patch)
tree82b08628b81462180e65f36f8a6351f36f60ce4f /other/java
parentae7129f717239333cc566fc725bbc9a99654abed (diff)
downloadseaweedfs-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.proto1
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 {