From 102424724e96cc06f248582502f34b2b878eb212 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Dec 2020 06:52:30 +0100 Subject: update to 4.1.2 --- REFLECTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a5d3f5d..e66caae 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #97 rdkafka version 4.1.1 ] { +Extension [ extension #98 rdkafka version 4.1.2 ] { - Constants [172] { Constant [ int RD_KAFKA_CONSUMER ] { 1 } @@ -11,8 +11,8 @@ Extension [ extension #97 rdkafka version 4.1.1 ] { Constant [ int RD_KAFKA_PURGE_F_QUEUE ] { 1 } Constant [ int RD_KAFKA_PURGE_F_INFLIGHT ] { 2 } Constant [ int RD_KAFKA_PURGE_F_NON_BLOCKING ] { 4 } - Constant [ int RD_KAFKA_VERSION ] { 17105663 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105663 } + Constant [ int RD_KAFKA_VERSION ] { 17105919 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105919 } Constant [ int RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ int RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } Constant [ int RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } -- cgit