lkokhreidze opened a new pull request, #14608: URL: https://github.com/apache/kafka/pull/14608
Trying to fix flakiness for the `shouldInvokeUserDefinedGlobalStateRestoreListener` test introduced in https://github.com/apache/kafka/pull/14519. Fixes are: 1. Do not use static membership. 2. Always close the 2nd KafkaStreams instance. 3. Await for the Kafka Streams instance to transition to a RUNNING state before proceeding. 4. Added logging for the `StateRestoreListener` implementation ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- 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