yx9o commented on code in PR #17681: URL: https://github.com/apache/kafka/pull/17681#discussion_r1828544817
########## clients/src/main/resources/common/message/BeginQuorumEpochResponse.json: ########## @@ -31,14 +31,17 @@ "versions": "0+", "fields": [ { "name": "PartitionIndex", "type": "int32", "versions": "0+", "about": "The partition index." }, - { "name": "ErrorCode", "type": "int16", "versions": "0+"}, + { "name": "ErrorCode", "type": "int16", "versions": "0+", + "about": "The error code for this partition."}, { "name": "LeaderId", "type": "int32", "versions": "0+", "entityType": "brokerId", "about": "The ID of the current leader or -1 if the leader is unknown."}, { "name": "LeaderEpoch", "type": "int32", "versions": "0+", "about": "The latest known leader epoch"} Review Comment: Ok, I'll modify them. -- 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org