rreddy-22 commented on code in PR #16198:
URL: https://github.com/apache/kafka/pull/16198#discussion_r1628529666


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/MemberAssignmentImpl.java:
##########
@@ -25,39 +26,39 @@
 /**
  * The partition assignment for a consumer group member.
  */
-public class MemberAssignment {
+public class MemberAssignmentImpl implements MemberAssignment {
     /**
      * The target partitions assigned to this member keyed by topicId.
      */
-    private final Map<Uuid, Set<Integer>> targetPartitions;
+    private final Map<Uuid, Set<Integer>> assignment;

Review Comment:
   nit: should we name it partitions here as well? to keep it uniform?



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