File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ librdkafka v2.11.1 is a maintenance release:
2525 disconnections, broker host change and similar as events that can cause
2626 the client to reach the "all brokers down" state, returning an error and
2727 since 2.10.0 possibly starting a re-bootstrap sequence.
28+ Happening since 1.x (#5126 ).
29+
2830* Issues: #5142 .
2931 An "all brokers down" error isn't returned when we haven't tried to connect
3032 to all brokers since last successful connection. It happened because the down
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ namespace RdKafka {
112112 * @remark This value should only be used during compile time,
113113 * for runtime checks of version use RdKafka::version()
114114 */
115- #define RD_KAFKA_VERSION 0x020b00ff
115+ #define RD_KAFKA_VERSION 0x020b01ff
116116
117117/* *
118118 * @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ typedef SSIZE_T ssize_t;
167167 * @remark This value should only be used during compile time,
168168 * for runtime checks of version use rd_kafka_version()
169169 */
170- #define RD_KAFKA_VERSION 0x020b00ff
170+ #define RD_KAFKA_VERSION 0x020b01ff
171171
172172/**
173173 * @brief Returns the librdkafka version as integer.
Original file line number Diff line number Diff line change 11{
22 "name" : " librdkafka" ,
3- "version" : " 2.11.0 " ,
3+ "version" : " 2.11.1 " ,
44 "dependencies" : [
55 {
66 "name" : " zstd" ,
You can’t perform that action at this time.
0 commit comments