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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractStickyAssignor.java:
##########
@@ -579,7 +579,7 @@ protected List<TopicPartition> 
getAllTopicPartitions(List<String> sortedAllTopic
     private class ConstrainedAssignmentBuilder extends 
AbstractAssignmentBuilder {
 
         private final Set<TopicPartition> partitionsWithMultiplePreviousOwners;
-        private final Set<TopicPartition> allRevokedPartitions;
+        private final Map<TopicPartition, String> mayRevokedPartitions;

Review Comment:
   maybeRevokedPartitions sounds very comprehensive and short. It is indeed a 
nice choice of words.
   
   More options for who do not prefer 'maybe' may be: 
possiblyRevokedPartitions, perhapsRevokedPartitions.



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