From a8fe87885d890edaae42e0dff9ed4f53d1d3f308 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Nov 2017 14:01:03 +0100 Subject: v3.0.5 --- REFLECTION | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 43006b8..482eef1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 rdkafka version 3.0.4 ] { +Extension [ extension #127 rdkafka version 3.0.5 ] { - Constants [116] { Constant [ integer RD_KAFKA_CONSUMER ] { 1 } @@ -7,8 +7,8 @@ Extension [ extension #122 rdkafka version 3.0.4 ] { Constant [ integer RD_KAFKA_OFFSET_STORED ] { -1000 } Constant [ integer RD_KAFKA_PARTITION_UA ] { -1 } Constant [ integer RD_KAFKA_PRODUCER ] { 0 } - Constant [ integer RD_KAFKA_VERSION ] { 721151 } - Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721151 } + Constant [ integer RD_KAFKA_VERSION ] { 721407 } + Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721407 } Constant [ integer RD_KAFKA_RESP_ERR__BEGIN ] { -200 } Constant [ integer RD_KAFKA_RESP_ERR__BAD_MSG ] { -199 } Constant [ integer RD_KAFKA_RESP_ERR__BAD_COMPRESSION ] { -198 } @@ -718,11 +718,12 @@ Extension [ extension #122 rdkafka version 3.0.4 ] { - Static methods [0] { } - - Properties [6] { + - Properties [7] { Property [ public $err ] Property [ public $topic_name ] Property [ public $partition ] Property [ public $payload ] + Property [ public $len ] Property [ public $key ] Property [ public $offset ] } -- cgit