OmniaGM commented on PR #17016: URL: https://github.com/apache/kafka/pull/17016#issuecomment-2379474636
> Hey @OmniaGM - great news - I made a few tweeks and the [dummy PR ](https://github.com/apache/kafka/pull/17238)I have has 2 green builds for Java 11 and Java 17 . I just noticed the same here, we've done away with the jenkins build so if you update I think we'll have a clean build. > > Ping me after updating and we'll get this reviewed and merged! Thanks @bbejeck I have pulled your fixes with some changes. I used `IntegrationTestUtils.startApplicationAndWaitUntilRunning` instead of use ``` streams.start(); TestUtils.waitForCondition(() -> streams.state() == KafkaStreams.State.RUNNING, "KafkaStreams not running in time"); ``` Tests are passing locally will wait for Jenkins -- 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