frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072334931


##########
streams/src/main/java/org/apache/kafka/streams/KafkaStreams.java:
##########
@@ -1645,6 +1606,7 @@ private Consumer<StreamThread> 
streamThreadLeaveConsumerGroup(final long remaini
             if (groupInstanceId.isPresent()) {
                 log.debug("Sending leave group trigger to removing instance 
from consumer group: {}.",
                     groupInstanceId.get());
+                System.err.println(groupInstanceId.get());

Review Comment:
   > leftover debugging code I'm guessing? 😄
   
   Ahhhhhh... looks like someone left their debugging breadcrumbs 😬 
   
   
![image](https://github.com/user-attachments/assets/65a02f40-aa08-4ac0-8f16-292a8a644259)
   
   
   



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