vamossagar12 commented on a change in pull request #9539: URL: https://github.com/apache/kafka/pull/9539#discussion_r529623275
########## File path: clients/src/main/resources/common/message/LeaderChangeMessage.json ########## @@ -22,7 +22,9 @@ {"name": "LeaderId", "type": "int32", "versions": "0+", "about": "The ID of the newly elected leader"}, {"name": "Voters", "type": "[]Voter", "versions": "0+", - "about": "The voters who voted for the current leader"} + "about": "The voters who voted at the time of election"}, + {"name": "GrantingVoters", "type": "[]Voter", "versions": "0+", + "about": "The voters who voted for the leader at the time of election"} Review comment: Yeah I think it makes sense to add the LeaderEpoch. ---------------------------------------------------------------- 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