ijuma commented on a change in pull request #9758: URL: https://github.com/apache/kafka/pull/9758#discussion_r581128378
########## File path: clients/src/main/resources/common/message/FetchResponse.json ########## @@ -53,9 +53,9 @@ "about": "The response topics.", "fields": [ { "name": "Topic", "type": "string", "versions": "0+", "entityType": "topicName", "about": "The topic name." }, - { "name": "PartitionResponses", "type": "[]FetchablePartitionResponse", "versions": "0+", + { "name": "Partitions", "type": "[]PartitionData", "versions": "0+", "about": "The topic partitions.", "fields": [ - { "name": "Partition", "type": "int32", "versions": "0+", + { "name": "Index", "type": "int32", "versions": "0+", Review comment: We typically call this `PartitionIndex` in other requests/responses. Is that right? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org