KAFKA-12794: Fix trailing json tokens in `DescribeProducersRequest.json` (#10709)

Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
Nathan Lincoln 2021-05-17 10:44:10 -05:00 committed by GitHub
parent fe16912dfc
commit 0188fbea09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 7 deletions

View File

@ -21,12 +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." }
]}
]
}