-
Hi everyone. Quick question today, to understand if it's possible. I have retrieved the Apache Kafka project on my own, and build it.
But during the build, I've got the following error message:
Can you tell me why it still trying to use an other version that the one I gave ? Thanks a lot. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
I do not think you can add Kafka versions which don't exist so easily. The part which is failing is trying to get the configuration options for the version you added. What you can try is to push the JARs into some Maven repository and add it as custom repository to the pom.xml. You will obviously also add the working 3rd party libraries. And TBH I'm not sure curl can deal with the |
Beta Was this translation helpful? Give feedback.
-
Hey guys For the moment, I have another issue, most "stupid": I can't successfully built the last 0.21.1 Strimzi version !
without changing anything.
then always failed with:
Any idea why ? |
Beta Was this translation helpful? Give feedback.
-
Ok so, I've update everything on my VM, re-download the 0.22.0 zip, and retry from scratch. Everything is fine, and the last (but small) issue is already known (role/rolebinding on this specific version). |
Beta Was this translation helpful? Give feedback.
Ok so, I've update everything on my VM, re-download the 0.22.0 zip, and retry from scratch.
It's now working well !!!
Everything is fine, and the last (but small) issue is already known (role/rolebinding on this specific version).
Thanks a lot Jakub for your help, it's just perfect ;)