diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-29 21:02:10 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-29 21:02:10 -0700 |
| commit | 05f32376eb8e215fe69a5942ef741d406b6e93eb (patch) | |
| tree | 258936ffd8077482394e2c4bf20600d2787727f5 /other/java | |
| parent | 268de45aa521635a377950d7752d8f13316e4cad (diff) | |
| download | seaweedfs-05f32376eb8e215fe69a5942ef741d406b6e93eb.tar.xz seaweedfs-05f32376eb8e215fe69a5942ef741d406b6e93eb.zip | |
add cluster id in 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 b7e4b0e6e..bb461936c 100644 --- a/other/java/client/src/main/proto/filer.proto +++ b/other/java/client/src/main/proto/filer.proto @@ -305,6 +305,7 @@ message GetFilerConfigurationResponse { string metrics_address = 9; int32 metrics_interval_sec = 10; string version = 11; + string cluster_id = 12; } message SubscribeMetadataRequest { |
