From 70dc3c668a76900d854108a26c008e462b7476ed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Jul 2023 15:50:03 +0200 Subject: buid out of sources tree --- REFLECTION | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 159c17d..97a8d7c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #120 simple_kafka_client version 0.1.4 ] { +Extension [ extension #122 simple_kafka_client version 0.1.4 ] { - - Constants [177] { + - Constants [178] { Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 } Constant [ int RD_KAFKA_OFFSET_END ] { -1 } Constant [ int RD_KAFKA_OFFSET_STORED ] { -1000 } @@ -9,7 +9,7 @@ Extension [ extension #120 simple_kafka_client version 0.1.4 ] { 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 ] { 33554687 } + Constant [ int RD_KAFKA_VERSION ] { 33620223 } Constant [ int RD_KAFKA_BUILD_VERSION ] { 33554687 } Constant [ int RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ int RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } @@ -72,6 +72,7 @@ Extension [ extension #120 simple_kafka_client version 0.1.4 ] { Constant [ int RD_KAFKA_RESP_ERR__ASSIGNMENT_LOST ] { -142 } Constant [ int RD_KAFKA_RESP_ERR__NOOP ] { -141 } Constant [ int RD_KAFKA_RESP_ERR__AUTO_OFFSET_RESET ] { -140 } + Constant [ int RD_KAFKA_RESP_ERR__LOG_TRUNCATION ] { -139 } Constant [ int RD_KAFKA_RESP_ERR__END ] { -100 } Constant [ int RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 } Constant [ int RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 } -- cgit