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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java:
##########
@@ -851,6 +851,11 @@ void maybeReconcile() {
                 revokedPartitions
         );
 
+        // Mark partitions as pending revocation to stop fetching from the 
partitions (no new
+        // fetches sent out, and no in-flight fetches responses processed).
+        System.out.println("revokedPartitions = " + revokedPartitions);

Review Comment:
   let's remove this please



##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerMembershipManager.java:
##########
@@ -227,10 +227,11 @@ public void 
onHeartbeatSuccess(ConsumerGroupHeartbeatResponse response) {
         ConsumerGroupHeartbeatResponseData.Assignment assignment = 
responseData.assignment();
 
         if (assignment != null) {
+            System.out.println("state: " + state);

Review Comment:
   remove pls



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to