From a77a9c2e146b025c818bbb6bcf45ec40553a4fcb Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 16 May 2021 21:21:08 -0500 Subject: [PATCH 1/2] KAFKA-12794: Fix trailing json tokens in DescribeProducersRequest.json --- .../main/resources/common/message/DescribeProducersRequest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/src/main/resources/common/message/DescribeProducersRequest.json b/clients/src/main/resources/common/message/DescribeProducersRequest.json index 0ffd834e6bde8..dc1e0ac8bfbbd 100644 --- a/clients/src/main/resources/common/message/DescribeProducersRequest.json +++ b/clients/src/main/resources/common/message/DescribeProducersRequest.json @@ -27,6 +27,5 @@ { "name": "PartitionIndexes", "type": "[]int32", "versions": "0+", "about": "The indexes of the partitions to list producers for." } ]} - ]} ] } From 1e9d680e4225de93169cb357147723d7527b3503 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 17 May 2021 08:35:02 -0500 Subject: [PATCH 2/2] KAFKA-12794 Adjust indentation for topics block --- .../common/message/DescribeProducersRequest.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/clients/src/main/resources/common/message/DescribeProducersRequest.json b/clients/src/main/resources/common/message/DescribeProducersRequest.json index dc1e0ac8bfbbd..0e3813bb02014 100644 --- a/clients/src/main/resources/common/message/DescribeProducersRequest.json +++ b/clients/src/main/resources/common/message/DescribeProducersRequest.json @@ -21,11 +21,11 @@ "validVersions": "0", "flexibleVersions": "0+", "fields": [ - { "name": "Topics", "type": "[]TopicRequest", "versions": "0+", "fields": [ - { "name": "Name", "type": "string", "versions": "0+", "entityType": "topicName", - "about": "The topic name." }, - { "name": "PartitionIndexes", "type": "[]int32", "versions": "0+", - "about": "The indexes of the partitions to list producers for." } - ]} + { "name": "Topics", "type": "[]TopicRequest", "versions": "0+", "fields": [ + { "name": "Name", "type": "string", "versions": "0+", "entityType": "topicName", + "about": "The topic name." }, + { "name": "PartitionIndexes", "type": "[]int32", "versions": "0+", + "about": "The indexes of the partitions to list producers for." } + ]} ] }