You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/12/01 06:27:42 UTC

[GitHub] [kafka] showuon commented on a diff in pull request #12914: KAFKA-14352: Rack-aware consumer partition assignment (KIP-881)

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


##########
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:
   #12748 is merged. Thanks.



-- 
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-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org