lianetm commented on code in PR #14690:
URL: https://github.com/apache/kafka/pull/14690#discussion_r1380693973


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManagerImpl.java:
##########
@@ -260,42 +743,16 @@ public Optional<String> serverAssignor() {
      * {@inheritDoc}
      */
     @Override
-    public ConsumerGroupHeartbeatResponseData.Assignment currentAssignment() {
+    public Set<TopicPartition> currentAssignment() {
         return this.currentAssignment;
     }
 
 
     /**
      * @return Assignment that the member received from the server but hasn't 
completely processed
-     * yet. Visible for testing.

Review Comment:
   Good catch, I needed it public at some point but it ended up not being 
needed in the end. So putting it back to package-private and "Visible for 
testing"



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