mirror of https://github.com/apache/kafka.git
KAFKA-12794: Fix trailing json tokens in `DescribeProducersRequest.json` (#10709)
Reviewers: David Jacot <djacot@confluent.io>
This commit is contained in:
parent
fe16912dfc
commit
0188fbea09
|
|
@ -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." }
|
||||
]}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue