We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f844e86 commit e4199a3Copy full SHA for e4199a3
src-cpp/rdkafkacpp.h
@@ -91,7 +91,7 @@ namespace RdKafka {
91
* @remark This value should only be used during compile time,
92
* for runtime checks of version use RdKafka::version()
93
*/
94
-#define RD_KAFKA_VERSION 0x000904ff
+#define RD_KAFKA_VERSION 0x000905ff
95
96
/**
97
* @brief Returns the librdkafka version as integer.
src/rdkafka.h
@@ -137,7 +137,7 @@ typedef SSIZE_T ssize_t;
137
138
* for runtime checks of version use rd_kafka_version()
139
140
141
142
143
0 commit comments