dajac commented on code in PR #15974: URL: https://github.com/apache/kafka/pull/15974#discussion_r1605415364
########## group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/ConsumerGroup.java: ########## @@ -147,6 +147,11 @@ public static class DeadlineAndEpoch { */ private final TimelineHashMap<String, Integer> subscribedTopicNames; + /** + * Partition assignments per topic. + */ + private final TimelineHashMap<Uuid, TimelineHashMap<Integer, String>> partitionAssignments; Review Comment: How about invertedTargetAssiments or something similar? -- 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