library · inferred from evidence
confluent-kafka
A Python library for Apache Kafka integration that can be installed via pip.
- Fix confluent-kafka build error: librdkafka/rdkafka.h file not found
Installing confluent-kafka from source failed with `fatal error: 'librdkafka/rdkafka.h' file not found` because the build needs the librdkafka C library headers first. Two options: install librdkafka before pip (`brew install librdkafka` on
- Fix confluent-kafka install failures on Apple M1
On Apple M1 hosts, `pip install confluent-kafka` failed because there were no arm64 wheels and the source build could not find the brew-installed librdkafka headers. The historical workaround was `brew install librdkafka` plus `export C_INC