Open
Description
Just an FYI: Conda packages for confluent-kafka-python
and librdkafka
are available on conda-forge, a community-run build system for binary packages that is common among Python's data science community. This allows Python users on Linux or OSX using Python 2 or 3 to download and install both packages with the following command:
conda-install -c conda-forge python-confluent-kafka
In case readers are unaware, conda-forge is used at essentially every Python tutorial at the Python data-science oriented conferences (pydata, scipy, strata, etc.) and now often serves as the source of recipes for the commercial Anaconda distribution.
Three thoughts
- It might be useful for someone at Confluent to check over the build recipes to ensure that everything is as it should be.
- It might be useful to ensure that someone from Confluent has rights to update these package on the conda-forge build service in the future
- It might be useful to include this as an option within installation documentation
Build recipes
- https://github.com/conda-forge/librdkafka-feedstock/blob/master/recipe/meta.yaml
- https://github.com/conda-forge/librdkafka-feedstock/tree/master/recipe
This is just an FYI, not a bug report. Feel free to close.