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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,19 +27,19 @@
27
27
* Make sure to keep the MIN_RD_KAFKA_VERSION, MIN_VER_ERRSTR and #error
28
28
* defines and strings in sync.
29
29
*/
30
-
#defineMIN_RD_KAFKA_VERSION0x00090100
30
+
#defineMIN_RD_KAFKA_VERSION0x000b0500
31
31
32
32
#ifdef__APPLE__
33
-
#defineMIN_VER_ERRSTR "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`"
33
+
#defineMIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v0.11.5 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
34
34
#else
35
-
#defineMIN_VER_ERRSTR "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"
35
+
#defineMIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v0.11.5 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
36
36
#endif
37
37
38
38
#ifRD_KAFKA_VERSION<MIN_RD_KAFKA_VERSION
39
39
#ifdef__APPLE__
40
-
#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`"
40
+
#error "confluent-kafka-python requires librdkafka v0.11.5 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
41
41
#else
42
-
#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"
42
+
#error "confluent-kafka-python requires librdkafka v0.11.5 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
0 commit comments