rajinisivaram commented on code in PR #12914:
URL: https://github.com/apache/kafka/pull/12914#discussion_r1034094654


##########
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:
   Will update to use version 3 when https://github.com/apache/kafka/pull/12748 
is merged (KIP-792).



-- 
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

Reply via email to