cadonna commented on code in PR #19421: URL: https://github.com/apache/kafka/pull/19421#discussion_r2037412696
########## streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/SmokeTestDriverIntegrationTest.java: ########## @@ -120,6 +120,8 @@ SmokeTestDriver.VerificationResult result() { "true, false, true", "false, false, false", "true, false, false", + "true, true, true", Review Comment: Yes, this was solved by the unification of the queues. Before I missed to add the event handling method to the `runOnce` for processing threads. ########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/StreamsRebalanceListener.java: ########## @@ -22,7 +22,7 @@ /** * Callbacks for handling Streams group rebalance events in Kafka Streams. Review Comment: Done -- 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