Replies: 1 comment 1 reply
-
Kafka 2.4.0 and 1.1.1 are very old. I don't think anyone can tell you what will be the amount of changes needed to make it work. But my guess is that it would be significant because many APIs changed since those versions were released and you would need to modify the source code and not just some Maven dependencies. But I think nobody ever done it, so you are on your own to figure out how to do it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently have two versions of kafka clusters, 1.1.1 and 2.4.0. I currently want to build the strimzi development environment for both versions first, to get a deeper understanding while validating strimzi. When I read the documentation, I found that strimzi is able to support 2.4.0. However, when I build the project using mvn clean install -DskipTests -e after modifying the support field to true for 2.4.0 in kafka-verision.yaml, I get the following error:
I didn't find kafka-serve-common for 2.4.0 under https://repo.maven.apache.org/maven2, the oldest version of 3.0.0. I'm not quite sure what kafka-serve-common is used for, and where should I go to get the older version of kafka serve-common yet.
I hope you can help me with this, and let me know if I'm supporting versions 1.1.1 and 2.4.0 in the wrong way now.
Beta Was this translation helpful? Give feedback.
All reactions