-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Docker official Apache Zookeeper image for OpenShift instead of Debezium version #891
Use Docker official Apache Zookeeper image for OpenShift instead of Debezium version #891
Conversation
run tests |
Failures definitely related, I don't have time for it, so make this draft. |
@michalvavrik any plans around this? This looks like important one for other platforms |
Agreed, this should be done. I'll add it to my list on this week. |
889d7ed
to
f2aec9f
Compare
run tests |
it's interesting, because I run OCP tests locally and they passed; difference must be that I run it with released version, I'll check why it doesn't work with a snapshot later |
I tried to adapt https://quarkus.io/version/main/guides/kafka-reactive-getting-started Docker file to OCP but so far completely failed, all relevant examples in docs and GH are for operator https://strimzi.io/documentation/ https://github.com/strimzi/strimzi-kafka-operator/tree/0.38.0/examples https://github.com/strimzi/ https://strimzi.io/quickstarts/ I'll keep trying, but so far I don't know how to work around |
Please talk to @ozangunalp. Kafka docs seem to be outdated, see for example quarkusio/quarkus#37687 and quarkusio/quarkus#37685 |
I'll do it in 2024. |
Apache Kafka 3.6.1 is out and ZooKeeper mode has been deprecated in 3.5. There is a production ready migration from ZooKeeper to KRaft and the Zookeeper mode will be removed in Apache Kafka 4.0 (which is happening in 2024). Might be good idea to explore KRaft instead. |
I had fun with Kafka in last days so I read a lot of its doc and I am definitely sure Zookeeper must go, so I'm closing this PR. |
Summary
See quarkus-qe/quarkus-test-suite#1431 (comment), I'm not sure about versioning at all, but I gave up searching for it after 15 mins. Can't see any compatibility matrix, IIRC some version of Zookeeper used to be shipped with Strimzi and now something. Let's verify it experimentally.
Please check the relevant options
run tests
phrase in comment)Checklist: