From 1a47febd5ba6a58b651482619e7ea1cfe161c066 Mon Sep 17 00:00:00 2001 From: Gardner Vickers Date: Fri, 25 Jan 2019 17:27:35 -0800 Subject: [PATCH] MINOR: In the MetadataResponse schema, ignorable should be a boolean --- clients/src/main/resources/common/message/MetadataResponse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/src/main/resources/common/message/MetadataResponse.json b/clients/src/main/resources/common/message/MetadataResponse.json index 0d68c83854c..1e199df7fb9 100644 --- a/clients/src/main/resources/common/message/MetadataResponse.json +++ b/clients/src/main/resources/common/message/MetadataResponse.json @@ -49,7 +49,7 @@ ]}, { "name": "ClusterId", "type": "string", "nullableVersions": "2+", "versions": "2+", "ignorable": true, "about": "The cluster ID that responding broker belongs to." }, - { "name": "ControllerId", "type": "int32", "versions": "1+", "default": "-1", "ignorable": "true", + { "name": "ControllerId", "type": "int32", "versions": "1+", "default": "-1", "ignorable": true, "about": "The ID of the controller broker." }, { "name": "Topics", "type": "[]MetadataResponseTopic", "versions": "0+", "about": "Each topic in the response.", "fields": [