cruise-control
cruise-control copied to clipboard
Update to Kafka 3.2.1 + bump dependencies
This PR updates to Kafka 3.2.1 and also upgrades the Scala version to match the one used in Kafka (2.13.8). It also bumps netty and jetty for completeness.
So the x86 build passed but the s390x one failed. I wonder if the s390x Kafka 3.2.1 build has been released yet?
Ok I checked and Kafka 3.2.1 has all the necessary s390x binaries.
Hi @tomncooper, thanks for making the change. As we internally hasn't update to that kafka version, we may want to keep extra caution and probably pend this PR until we bump kafka version internally.
For your purpose, please feel free to update the version in your own fork or branch. Thanks for understanding! If you have other questions or comments please let me know.
Hey @CCisGG, it'd be greatly appreciated if you can share some information about the plan for adding supports for Kafka 3.2.x (and perhaps 3.3.x)
@panyuenlau We don't have clear timeline for now, but we probably will at least stay on kafka 3.0 for one year.
When you talk about "adding supports for kafka 3.2.X", do you mean you have issues using current cruise-control version with your kafka cluster on 3.2.X version?
(Also worth moving the discussion to the gitter channel to avoid noise: https://gitter.im/kafka-cruise-control/Lobby?source=orgpage)
When you talk about "adding supports for kafka 3.2.X", do you mean you have issues using current cruise-control version with your kafka cluster on 3.2.X version?
@CCisGG Sorry about the wording, I didn't mean we are having issues for using the latest curise-control with Kafka 3.2. We haven't really tested the latest cruise-control with Kafka 3.2 yet as we are just planning to support 3.2 in our project and I saw this open PR.
Thanks for the information! We are probably going to bump the Bump the Kafka version on our fork and will report issues if we see any