-
Notifications
You must be signed in to change notification settings - Fork 5k
Upgrade to kafka 3.9.0 container images #17028
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
base: main
Are you sure you want to change the base?
Conversation
something weird is happening - anyone welcome to try locally if they can have 3.9.0 containers working. |
I'm looking at why the 3.9.0 is failing to start. |
The error when starting the kafka container, from
There is an open bug to fix it KAFKA-18281 and fix is ongoing. |
issue marked as fixed in 3.9.1 and 4.0.0 Kafka 3.8.1 is still used as java dependencies Line 325 in 484c814
previously discarded PR upgrade of Kafka 3.9.0 #16209 |
I did local tests with the 4.0.0 container image and all tests passed. It should be ok to update container image and kafka api lib to 4.x. |
Even if kafka 4 is out now, then IMHO it would be better to use 3.x container images for testing so it stays together with the camel-kafka client versions. The big v4 upgrade will come later. CSB and CEQ need to be confortable with kafka v4 as well before we upgrade as default in camel too. |
Anyone may want to help with this on a linux or an older mac system to give this a go. The M4 seems to not work with these images for me when I resumed this work a while back |
Description
Target
main
branch)Tracking
Apache Camel coding standards and style
mvn clean install -DskipTests
locally from root folder and I have committed all auto-generated changes.