chia7712 commented on code in PR #19739:
URL: https://github.com/apache/kafka/pull/19739#discussion_r2094989025


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/modern/TargetAssignmentBuilder.java:
##########
@@ -290,7 +290,7 @@ protected MemberSubscriptionAndAssignmentImpl 
newMemberSubscriptionAndAssignment
     /**
      * Topic partition assignable map.
      */
-    private Map<Uuid, Set<Integer>> topicAssignablePartitionsMap = new 
HashMap<>();
+    private Map<Uuid, Set<Integer>> topicAssignablePartitionsMap;

Review Comment:
   Could you please consider adding comment or specific placeholder to remind 
us the `null` is a valid value.



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