jolshan commented on a change in pull request #9626: URL: https://github.com/apache/kafka/pull/9626#discussion_r540311108
########## File path: clients/src/main/resources/common/message/LeaderAndIsrRequest.json ########## @@ -21,8 +21,12 @@ // // Version 2 adds broker epoch and reorganizes the partitions by topic. // - // Version 3 adds AddingReplicas and RemovingReplicas - "validVersions": "0-4", + // Version 3 adds AddingReplicas and RemovingReplicas. + // + // Version 4 is the first flexible version. + // + // Version 5 adds Topic ID to the TopicStates. Review comment: Thanks for catching that. Will add the KIP too. ---------------------------------------------------------------- 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