KAFKA-18408 tweak the 'tag' field for BrokerHeartbeatRequest.json, BrokerRegistrationChangeRecord.json and RegisterBrokerRecord.json (#18421)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
mingdaoy 2025-01-08 04:16:59 +08:00 committed by GitHub
parent 2a073a14d2
commit c40cc5740f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@
"about": "True if the broker wants to be fenced, false otherwise." }, "about": "True if the broker wants to be fenced, false otherwise." },
{ "name": "WantShutDown", "type": "bool", "versions": "0+", { "name": "WantShutDown", "type": "bool", "versions": "0+",
"about": "True if the broker wants to be shut down, false otherwise." }, "about": "True if the broker wants to be shut down, false otherwise." },
{ "name": "OfflineLogDirs", "type": "[]uuid", "versions": "1+", "taggedVersions": "1+", "tag": "0", { "name": "OfflineLogDirs", "type": "[]uuid", "versions": "1+", "taggedVersions": "1+", "tag": 0,
"about": "Log directories that failed and went offline." } "about": "Log directories that failed and went offline." }
] ]
} }

View File

@ -30,7 +30,7 @@
"about": "-1 if the broker has been unfenced, 0 if no change, 1 if the broker has been fenced." }, "about": "-1 if the broker has been unfenced, 0 if no change, 1 if the broker has been fenced." },
{ "name": "InControlledShutdown", "type": "int8", "versions": "1+", "taggedVersions": "1+", "tag": 1, { "name": "InControlledShutdown", "type": "int8", "versions": "1+", "taggedVersions": "1+", "tag": 1,
"about": "0 if no change, 1 if the broker is in controlled shutdown." }, "about": "0 if no change, 1 if the broker is in controlled shutdown." },
{ "name": "LogDirs", "type": "[]uuid", "versions": "2+", "taggedVersions": "2+", "tag": "2", { "name": "LogDirs", "type": "[]uuid", "versions": "2+", "taggedVersions": "2+", "tag": 2,
"about": "Log directories configured in this broker which are available." } "about": "Log directories configured in this broker which are available." }
] ]
} }

View File

@ -57,7 +57,7 @@
"about": "True if the broker is fenced." }, "about": "True if the broker is fenced." },
{ "name": "InControlledShutdown", "type": "bool", "versions": "1+", "default": "false", { "name": "InControlledShutdown", "type": "bool", "versions": "1+", "default": "false",
"about": "True if the broker is in controlled shutdown." }, "about": "True if the broker is in controlled shutdown." },
{ "name": "LogDirs", "type": "[]uuid", "versions": "3+", "taggedVersions": "3+", "tag": "0", { "name": "LogDirs", "type": "[]uuid", "versions": "3+", "taggedVersions": "3+", "tag": 0,
"about": "Log directories configured in this broker which are available." } "about": "Log directories configured in this broker which are available." }
] ]
} }