rajinisivaram commented on code in PR #12914: URL: https://github.com/apache/kafka/pull/12914#discussion_r1037112256
########## clients/src/main/resources/common/message/ConsumerProtocolSubscription.json: ########## @@ -21,7 +21,10 @@ // The current implementation assumes that future versions will not break compatibility. When // it encounters a newer version, it parses it using the current format. This basically means // that new versions cannot remove or reorder any of the existing fields. - "validVersions": "0-1", + // + // Version 1 adds owned partitions. + // Version 2 adds rack id to enable rack-aware assignment. + "validVersions": "0-2", Review Comment: Thanks @showuon , rebased and updated the version. -- 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