rreddy-22 commented on code in PR #16068:
URL: https://github.com/apache/kafka/pull/16068#discussion_r1619205168
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/GroupSpecImpl.java:
##########
@@ -35,6 +37,11 @@ public class GroupSpecImpl implements GroupSpec {
*/
private final SubscriptionType subscriptionType;
+ /**
+ * Partitions assigned keyed by topicId.
+ */
+ private final Map<String, Map<Uuid, Set<Integer>>> assignedPartitions;
Review Comment:
I missed that, my bad. Yes I like that, I'll rename them
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]