jolshan commented on code in PR #15364:
URL: https://github.com/apache/kafka/pull/15364#discussion_r1520381484


##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/ConsumerGroupMember.java:
##########
@@ -528,27 +478,6 @@ public Map<Uuid, Set<Integer>> 
partitionsPendingRevocation() {
         return partitionsPendingRevocation;
     }
 
-    /**
-     * @return The set of partitions awaiting assignment to the member.
-     */
-    public Map<Uuid, Set<Integer>> partitionsPendingAssignment() {
-        return partitionsPendingAssignment;
-    }
-
-    /**
-     * @return A string representation of the current assignment state.
-     */
-    public String currentAssignmentSummary() {

Review Comment:
   Did we get rid of this because it is not used anywhere?



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