From f74a57841075b2226488162ac969ccd448763804 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 19 Nov 2021 15:15:26 +0100 Subject: update to 5.0.1 drop patch merged upstream --- REFLECTION | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 78 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 36e94f1..016d951 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #99 rdkafka version 5.0.0 ] { +Extension [ extension #128 rdkafka version 5.0.1 ] { - - Constants [183] { + - Constants [184] { Constant [ int RD_KAFKA_CONSUMER ] { 1 } Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 } Constant [ int RD_KAFKA_OFFSET_END ] { -1 } @@ -11,8 +11,8 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { 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 ] { 17170687 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 17170687 } + Constant [ int RD_KAFKA_VERSION ] { 17302271 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 17302271 } 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 } @@ -73,6 +73,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Constant [ int RD_KAFKA_RESP_ERR__APPLICATION ] { -143 } 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__END ] { -100 } Constant [ int RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 } Constant [ int RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 } @@ -192,6 +193,12 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { - Parameters [0] { } } + Function [ function rd_kafka_err2name ] { + + - Parameters [1] { + Parameter #0 [ $err ] + } + } Function [ function rd_kafka_err2str ] { - Parameters [1] { @@ -239,7 +246,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Property [ private $dr_cb ] } - - Methods [13] { + - Methods [15] { Method [ public method addBrokers ] { - Parameters [1] { @@ -338,6 +345,20 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Parameter #1 [ $timeout_ms ] } } + + Method [ public method pausePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } + + Method [ public method resumePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } } } @@ -355,7 +376,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { - Properties [0] { } - - Methods [15] { + - Methods [17] { Method [ public method __construct ] { - Parameters [1] { @@ -467,6 +488,20 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Parameter #1 [ $timeout_ms ] } } + + Method [ public method pausePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } + + Method [ public method resumePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } } } @@ -484,7 +519,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { - Properties [0] { } - - Methods [18] { + - Methods [20] { Method [ public method __construct ] { - Parameters [1] { @@ -617,6 +652,20 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Parameter #1 [ $timeout_ms ] } } + + Method [ public method pausePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } + + Method [ public method resumePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } } } @@ -919,7 +968,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Property [ private $dr_msg_cb ] } - - Methods [16] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -1036,6 +1085,20 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Parameter #1 [ $timeout_ms ] } } + + Method [ public method pausePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } + + Method [ public method resumePartitions ] { + + - Parameters [1] { + Parameter #0 [ $topic_partitions ] + } + } } } @@ -1297,7 +1360,7 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { - Properties [0] { } - - Methods [7] { + - Methods [8] { Method [ public method __construct ] { - Parameters [3] { @@ -1345,6 +1408,12 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Parameter #0 [ $offset ] } } + + Method [ public method getErr ] { + + - Parameters [0] { + } + } } } -- cgit