From 1d76be2e4ea0f641e5b26b0a7721ebd1b2c08fec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 30 Apr 2026 10:29:26 +0200 Subject: update to 7.0.0alpha1 rename to php-pecl-rdkafka7 drop ZTS --- REFLECTION | 156 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 147 insertions(+), 9 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 543982e..88607ef 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #155 rdkafka version 6.0.5 ] { +Extension [ extension #156 rdkafka version 7.0.0alpha1 ] { - - Constants [195] { + - Constants [196] { Constant [ int RD_KAFKA_CONSUMER ] { 1 } Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 } Constant [ int RD_KAFKA_OFFSET_END ] { -1 } @@ -13,6 +13,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { Constant [ int RD_KAFKA_PURGE_F_NON_BLOCKING ] { 4 } Constant [ int RD_KAFKA_VERSION ] { 34472447 } Constant [ int RD_KAFKA_BUILD_VERSION ] { 34472447 } + Constant [ int RD_KAFKA_CONSUMER_GROUP_METADATA_GETTERS ] { 1 } 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 } @@ -247,7 +248,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { } } - - Classes [20] { + - Classes [21] { Class [ abstract class RdKafka ] { - Constants [0] { @@ -628,7 +629,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Properties [0] { } - - Methods [23] { + - Methods [24] { Method [ public method __construct ] { - Parameters [1] { @@ -667,6 +668,16 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Tentative return [ void ] } + Method [ public method sendOffsetsToTransaction ] { + + - Parameters [3] { + Parameter #0 [ array $offsets ] + Parameter #1 [ RdKafka\ConsumerGroupMetadata $metadata ] + Parameter #2 [ int $timeout_ms ] + } + - Tentative return [ void ] + } + Method [ public method addBrokers ] { - Parameters [1] { @@ -930,7 +941,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Properties [0] { } - - Methods [12] { + - Methods [14] { Method [ public method __construct ] { - Parameters [0] { @@ -944,6 +955,21 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Tentative return [ array ] } + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Tentative return [ string ] + } + + Method [ public method getDefaultTopicConf ] { + + - Parameters [0] { + } + - Tentative return [ ?RdKafka\TopicConf ] + } + Method [ public method set ] { - Parameters [2] { @@ -1041,7 +1067,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Properties [0] { } - - Methods [4] { + - Methods [5] { Method [ public method __construct ] { - Parameters [0] { @@ -1055,6 +1081,14 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Tentative return [ array ] } + Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ string $name ] + } + - Tentative return [ string ] + } + Method [ public method set ] { - Parameters [2] { @@ -1201,6 +1235,61 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { } } + Class [ final class RdKafka\ConsumerGroupMetadata ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ string $group_id ] + Parameter #1 [ int $generation_id = -1 ] + Parameter #2 [ string $member_id = "" ] + Parameter #3 [ ?string $group_instance_id = null ] + } + } + + Method [ public method getGroupId ] { + + - Parameters [0] { + } + - Tentative return [ string ] + } + + Method [ public method getMemberId ] { + + - Parameters [0] { + } + - Tentative return [ string ] + } + + Method [ public method getGroupInstanceId ] { + + - Parameters [0] { + } + - Tentative return [ ?string ] + } + + Method [ public method getGenerationId ] { + + - Parameters [0] { + } + - Tentative return [ int ] + } + } + } + Class [ class RdKafka\KafkaConsumer ] { - Constants [0] { @@ -1218,7 +1307,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { Property [ private ?callable $dr_msg_cb ] } - - Methods [21] { + - Methods [25] { Method [ public method __construct ] { - Parameters [1] { @@ -1285,7 +1374,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Parameters [1] { Parameter #0 [ int $timeout_ms ] } - - Tentative return [ RdKafka\Message ] + - Tentative return [ ?RdKafka\Message ] } Method [ public method subscribe ] { @@ -1390,6 +1479,40 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { } - Tentative return [ array ] } + + Method [ public method poll ] { + + - Parameters [1] { + Parameter #0 [ int $timeout_ms ] + } + - Tentative return [ int ] + } + + Method [ public method oauthbearerSetToken ] { + + - Parameters [4] { + Parameter #0 [ string $token_value ] + Parameter #1 [ int $lifetime_ms ] + Parameter #2 [ string $principal_name ] + Parameter #3 [ array $extensions = [] ] + } + - Tentative return [ void ] + } + + Method [ public method oauthbearerSetTokenFailure ] { + + - Parameters [1] { + Parameter #0 [ string $error ] + } + - Tentative return [ void ] + } + + Method [ public method getConsumerGroupMetadata ] { + + - Parameters [0] { + } + - Tentative return [ RdKafka\ConsumerGroupMetadata ] + } } } @@ -1703,7 +1826,7 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { - Properties [0] { } - - Methods [8] { + - Methods [10] { Method [ public method __construct ] { - Parameters [3] { @@ -1764,6 +1887,21 @@ Extension [ extension #155 rdkafka version 6.0.5 ] { } - Tentative return [ ?int ] } + + Method [ public method getMetadata ] { + + - Parameters [0] { + } + - Tentative return [ ?string ] + } + + Method [ public method setMetadata ] { + + - Parameters [1] { + Parameter #0 [ ?string $metadata ] + } + - Tentative return [ RdKafka\TopicPartition ] + } } } -- cgit