frankvicky commented on code in PR #19400:
URL: https://github.com/apache/kafka/pull/19400#discussion_r2072336376
##########
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:
Back to the topic.
@ableegoldman
I have some thoughts about removing this method.
https://github.com/apache/kafka/pull/19400#discussion_r2062833316
I will handle the following comment after we have a conclusion.
https://github.com/apache/kafka/pull/19400#discussion_r2059385075
--
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]