library · inferred from evidence
rdkafka.h
Header file for the librdkafka C library.
- 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