quarkus-qe / quarkus-test-framework

Write your test once and run it everywhere!
Apache License 2.0
14 stars 26 forks source link

[1.4] Backport using KRaft mode for Kafka #1190

Closed fedinskiy closed 1 day ago

fedinskiy commented 1 week ago

Summary

In KRaft mode Zookeper is not used, since brokers communicate to each other directly. Backports the following PRs:

Please check the relevant options

Checklist:

fedinskiy commented 1 week ago

run tests

michalvavrik commented 1 week ago

Failure looks related, I'll review when the investigation is done. Thanks

michalvavrik commented 1 week ago

run tests

fedinskiy commented 1 week ago

@michalvavrik to early, I am trying to debug https://github.com/quarkus-qe/quarkus-test-framework/issues/1186 here, so the CI is just accidentally green :)

fedinskiy commented 1 day ago

run tests

fedinskiy commented 1 day ago

Ci failure in jvm build (FromPomXmlStrimziKafkaWithoutRegistryMessagingIT in examples/kafka) is related, but requires strimzi 0.107.0 (which is not released yet) UPD: same goes for AlertMonitorIT in Kafka-Streams for 3.8.999-SNAPSHOT