mirror of https://github.com/apache/kafka.git
MINOR: enhance DescribeClusterResponse ControllerId description (#20400)
enhance the description of ControllerId in DescribeClusterResponse.json Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
732b22daff
commit
ecd5b4c157
|
@ -36,7 +36,7 @@
|
|||
{ "name": "ClusterId", "type": "string", "versions": "0+",
|
||||
"about": "The cluster ID that responding broker belongs to." },
|
||||
{ "name": "ControllerId", "type": "int32", "versions": "0+", "default": "-1", "entityType": "brokerId",
|
||||
"about": "The ID of the controller broker." },
|
||||
"about": "The ID of the controller. When handled by a controller, returns the current voter leader ID. When handled by a broker, returns a random alive broker ID as a fallback." },
|
||||
{ "name": "Brokers", "type": "[]DescribeClusterBroker", "versions": "0+",
|
||||
"about": "Each broker in the response.", "fields": [
|
||||
{ "name": "BrokerId", "type": "int32", "versions": "0+", "mapKey": true, "entityType": "brokerId",
|
||||
|
|
Loading…
Reference in New Issue