ableegoldman commented on code in PR #13965:
URL: https://github.com/apache/kafka/pull/13965#discussion_r1599577026


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java:
##########
@@ -211,6 +211,10 @@ public boolean isSticky() {
         return partitionMovements.isSticky();
     }
 
+    public Map<TopicPartition, String> getPartitionsTransferringOwnership() {

Review Comment:
   Forgot to mention, it's not a big deal but typically we don't include the 
"get" in getter names in the Kafka clients. Just a naming convention. ie this 
would be just `partitionsTransferringOwnership()`



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