mumrah commented on a change in pull request #9008: URL: https://github.com/apache/kafka/pull/9008#discussion_r456444794
########## File path: clients/src/main/resources/common/message/FetchResponse.json ########## @@ -47,33 +47,35 @@ "about": "The top level response error code." }, { "name": "SessionId", "type": "int32", "versions": "7+", "default": "0", "ignorable": false, "about": "The fetch session ID, or 0 if this is not part of a fetch session." }, - { "name": "Topics", "type": "[]FetchableTopicResponse", "versions": "0+", + { "name": "Responses", "type": "[]FetchableTopicResponse", "versions": "0+", Review comment: I was trying to keep the field names aligned with what was defined in the manual schemas. So, not sure if we should change any other field names in this PR ---------------------------------------------------------------- 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