From c08445fb95d5bde206a28d4748a76df3ecb6b1b5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 08:33:52 +0100 Subject: update to 4.1.0 --- REFLECTION | 133 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 127 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1aa657f..15ec1e5 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #97 rdkafka version 4.0.4 ] { +Extension [ extension #97 rdkafka version 4.1.0 ] { - - Constants [166] { + - Constants [172] { 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 #97 rdkafka version 4.0.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 ] { 17105151 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105151 } + Constant [ int RD_KAFKA_VERSION ] { 17105663 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105663 } 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 } @@ -156,6 +156,12 @@ Extension [ extension #97 rdkafka version 4.0.4 ] { Constant [ int RD_KAFKA_RESP_ERR_PREFERRED_LEADER_NOT_AVAILABLE ] { 80 } Constant [ int RD_KAFKA_RESP_ERR_GROUP_MAX_SIZE_REACHED ] { 81 } Constant [ int RD_KAFKA_RESP_ERR_FENCED_INSTANCE_ID ] { 82 } + Constant [ int RD_KAFKA_RESP_ERR_ELIGIBLE_LEADERS_NOT_AVAILABLE ] { 83 } + Constant [ int RD_KAFKA_RESP_ERR_ELECTION_NOT_NEEDED ] { 84 } + Constant [ int RD_KAFKA_RESP_ERR_NO_REASSIGNMENT_IN_PROGRESS ] { 85 } + Constant [ int RD_KAFKA_RESP_ERR_GROUP_SUBSCRIBED_TO_TOPIC ] { 86 } + Constant [ int RD_KAFKA_RESP_ERR_INVALID_RECORD ] { 87 } + Constant [ int RD_KAFKA_RESP_ERR_UNSTABLE_OFFSET_COMMIT ] { 88 } Constant [ int RD_KAFKA_CONF_UNKNOWN ] { -2 } Constant [ int RD_KAFKA_CONF_INVALID ] { -1 } Constant [ int RD_KAFKA_CONF_OK ] { 0 } @@ -205,7 +211,7 @@ Extension [ extension #97 rdkafka version 4.0.4 ] { } } - - Classes [19] { + - Classes [20] { Class [ abstract class RdKafka ] { - Constants [0] { @@ -467,7 +473,7 @@ Extension [ extension #97 rdkafka version 4.0.4 ] { - Properties [0] { } - - Methods [14] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -475,6 +481,33 @@ Extension [ extension #97 rdkafka version 4.0.4 ] { } } + Method [ public method initTransactions ] { + + - Parameters [1] { + Parameter #0 [ $timeout_ms ] + } + } + + Method [ public method beginTransaction ] { + + - Parameters [0] { + } + } + + Method [ public method commitTransaction ] { + + - Parameters [1] { + Parameter #0 [ $timeout_ms ] + } + } + + Method [ public method abortTransaction ] { + + - Parameters [1] { + Parameter #0 [ $timeout_ms ] + } + } + Method [ public method addBrokers ] { - Parameters [1] { @@ -770,6 +803,94 @@ Extension [ extension #97 rdkafka version 4.0.4 ] { } } + Class [ class RdKafka\KafkaErrorException extends RdKafka\Exception implements Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [8] { + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ private $error_string ] + Property [ private $isFatal ] + Property [ private $isRetriable ] + Property [ private $transactionRequiresAbort ] + } + + - Methods [14] { + Method [ public method __construct ] { + + - Parameters [6] { + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $error_string ] + Parameter #3 [ $isFatal ] + Parameter #4 [ $isRetriable ] + Parameter #5 [ $transactionRequiresAbort ] + } + } + + Method [ public method getErrorString ] { + + - Parameters [0] { + } + } + + Method [ public method isFatal ] { + + - Parameters [0] { + } + } + + Method [ public method isRetriable ] { + + - Parameters [0] { + } + } + + Method [ public method transactionRequiresAbort ] { + + - Parameters [0] { + } + } + + Method [ public method __wakeup ] { + } + + Method [ final public method getMessage ] { + } + + Method [ final public method getCode ] { + } + + Method [ final public method getFile ] { + } + + Method [ final public method getLine ] { + } + + Method [ final public method getTrace ] { + } + + Method [ final public method getPrevious ] { + } + + Method [ final public method getTraceAsString ] { + } + + Method [ public method __toString ] { + } + } + } + Class [ class RdKafka\KafkaConsumer ] { - Constants [0] { -- cgit