You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: confluent_kafka/src/confluent_kafka.h
+8
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,14 @@
20
20
21
21
#include<librdkafka/rdkafka.h>
22
22
23
+
#ifRD_KAFKA_VERSION<0x0090100
24
+
#ifdef__APPLE__
25
+
#error "confluent-kafka-python requires librdkafka v0.9.1 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
26
+
#else
27
+
#error "confluent-kafka-python requires librdkafka v0.9.1 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
0 commit comments