Skip to content

Commit a000df5

Browse files
committed
Bump min librdkafka version to 1.0.0
1 parent 09d950e commit a000df5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

confluent_kafka/src/confluent_kafka.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@
4040
* Make sure to keep the MIN_RD_KAFKA_VERSION, MIN_VER_ERRSTR and #error
4141
* defines and strings in sync.
4242
*/
43-
#define MIN_RD_KAFKA_VERSION 0x000b0500
43+
#define MIN_RD_KAFKA_VERSION 0x01000000
4444

4545
#ifdef __APPLE__
46-
#define MIN_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`"
46+
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
4747
#else
48-
#define MIN_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"
48+
#define MIN_VER_ERRSTR "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
4949
#endif
5050

5151
#if RD_KAFKA_VERSION < MIN_RD_KAFKA_VERSION
5252
#ifdef __APPLE__
53-
#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`"
53+
#error "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from Homebrew by running `brew install librdkafka` or `brew upgrade librdkafka`"
5454
#else
55-
#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"
55+
#error "confluent-kafka-python requires librdkafka v1.0.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html"
5656
#endif
5757
#endif
5858

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy