lucasbru commented on PR #19400:
URL: https://github.com/apache/kafka/pull/19400#issuecomment-3242118581

   @frankvicky It looks like that integration test was broken by 
https://github.com/apache/kafka/pull/20284 . I can see that it passes on CI 
only because it is first run with the old protocol, and then run with the new 
protocol, and in the new protocol it shuts down only because it tries to reuse 
the group ID from the first run. At this time, the member from the first run is 
still in the group, so we get an error that the group is of the incorrect 
protocol type.
   
   I created https://issues.apache.org/jira/browse/KAFKA-19660 for that.
   
   This indeed shines a light on your (this) PR though: It seems to changes the 
default for Kafka Streams: it leaves the group when `streams.close()` is 
called, while this wasn't the case before.


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