C0urante opened a new pull request, #16288: URL: https://github.com/apache/kafka/pull/16288
[Jira](https://issues.apache.org/jira/browse/KAFKA-16935) Introduces an overloaded variant of `EmbeddedConnect::start` that accepts a boolean parameter `awaitStartupCompletion`, which if set to `true` will automatically wait for the successful startup of both the embedded Kafka and Connect clusters. The no-args variant calls this new method with `true`. All existing tests that could use this newer variant are updated to use it, and all now-redundant calls to `ConnectAssertions::assertExactlyNumWorkersAreUp` and `ConnectAssertions::assertAtLeastNumWorkersAreUp` are removed. A handful of calls to these methods are left in in places where the number of workers is adjusted over the lifetime of the test. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
