-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 officially blessed Kafka builds over custom builds #176
Comments
agree -- i think all official releases can be found at https://archive.apache.org/dist/kafka/VERSION/kafka_SCALAVER-KAFKAVER.tgz this is where the kafka chef cookbook installs from by default (https://github.com/mthssdrbrg/kafka-cookbook), though the travis setup for that cookbook only runs unit tests right now. |
PR for this issue is #193 |
wizzat
added a commit
that referenced
this issue
Aug 14, 2014
Use Kafka Binaries for Integration Tests (Issue #176)
wbarnha
pushed a commit
to degagne/kafka-python
that referenced
this issue
Apr 9, 2024
bradenneal1
pushed a commit
to bradenneal1/kafka-python
that referenced
this issue
May 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was talking with @dpkp and @mumrah on IRC about using officially blessed Kafka builds instead of downloading and re-building from scratch in the test suite. Unless someone knows where there's a semi-blessed build of unreleased Kafka versions (aka 0.8.2), any support for them is going to still require downloading and building from a git submodule. It seems there are three possibilities to make this happen:
After some discussion, I think the best (simplest) answer is to download from Apache and just
deal with itwhen Apache goes down and causes the build to fail. This is the currently outstanding build releases:Kafka 0.8.0
https://archive.apache.org/dist/kafka/0.8.0/kafka_2.8.0-0.8.0.tar.gz
Kafka 0.8.1 (Using the recommended 2.9.2 build)
https://archive.apache.org/dist/kafka/0.8.1/kafka_2.9.2-0.8.1.tgz
Kafka 0.8.1.1 (Using the recommended 2.9.2 build)
https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz
The text was updated successfully, but these errors were encountered: