showuon commented on a change in pull request #10552:
URL: https://github.com/apache/kafka/pull/10552#discussion_r638655936



##########
File path: 
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java
##########
@@ -637,19 +709,27 @@ private void assignPartition(TopicPartition partition,
         }
     }
 
-    private boolean canParticipateInReassignment(TopicPartition partition,
-                                                 Map<TopicPartition, 
List<String>> partition2AllPotentialConsumers) {
+    private boolean canParticipateInReassignment(String topic,
+                                                 Map<String, List<String>> 
topic2AllPotentialConsumers) {
         // if a partition has two or more potential consumers it is subject to 
reassignment.

Review comment:
       Good catch! Updated.




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

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


Reply via email to