summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-18 12:13:49 +0200
committerRemi Collet <remi@remirepo.net>2019-04-18 12:13:49 +0200
commita60ead42903830779e3e1095e6454ee95a78aeda (patch)
tree8b1e62090cc824f4cedc007a686575f08ca7216a /REFLECTION
parent0e690769dbec9740e687805a2599a31f589c0805 (diff)
- update to 3.1.0
- raise dependency on PHP 5.6
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION88
1 files changed, 78 insertions, 10 deletions
diff --git a/REFLECTION b/REFLECTION
index 482eef1..036b7ce 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,14 +1,14 @@
-Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
+Extension [ <persistent> extension #138 rdkafka version 3.1.0 ] {
- - Constants [116] {
+ - Constants [147] {
Constant [ integer RD_KAFKA_CONSUMER ] { 1 }
Constant [ integer RD_KAFKA_OFFSET_BEGINNING ] { -2 }
Constant [ integer RD_KAFKA_OFFSET_END ] { -1 }
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 ] { 721407 }
- Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721407 }
+ Constant [ integer RD_KAFKA_VERSION ] { 16777471 }
+ Constant [ integer RD_KAFKA_BUILD_VERSION ] { 16777471 }
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 }
@@ -51,6 +51,18 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Constant [ integer RD_KAFKA_RESP_ERR__VALUE_SERIALIZATION ] { -161 }
Constant [ integer RD_KAFKA_RESP_ERR__KEY_DESERIALIZATION ] { -160 }
Constant [ integer RD_KAFKA_RESP_ERR__VALUE_DESERIALIZATION ] { -159 }
+ Constant [ integer RD_KAFKA_RESP_ERR__PARTIAL ] { -158 }
+ Constant [ integer RD_KAFKA_RESP_ERR__READ_ONLY ] { -157 }
+ Constant [ integer RD_KAFKA_RESP_ERR__NOENT ] { -156 }
+ Constant [ integer RD_KAFKA_RESP_ERR__UNDERFLOW ] { -155 }
+ Constant [ integer RD_KAFKA_RESP_ERR__INVALID_TYPE ] { -154 }
+ Constant [ integer RD_KAFKA_RESP_ERR__RETRY ] { -153 }
+ Constant [ integer RD_KAFKA_RESP_ERR__PURGE_QUEUE ] { -152 }
+ Constant [ integer RD_KAFKA_RESP_ERR__PURGE_INFLIGHT ] { -151 }
+ Constant [ integer RD_KAFKA_RESP_ERR__FATAL ] { -150 }
+ Constant [ integer RD_KAFKA_RESP_ERR__INCONSISTENT ] { -149 }
+ Constant [ integer RD_KAFKA_RESP_ERR__GAPLESS_GUARANTEE ] { -148 }
+ Constant [ integer RD_KAFKA_RESP_ERR__MAX_POLL_EXCEEDED ] { -147 }
Constant [ integer RD_KAFKA_RESP_ERR__END ] { -100 }
Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 }
Constant [ integer RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 }
@@ -109,6 +121,25 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Constant [ integer RD_KAFKA_RESP_ERR_TRANSACTIONAL_ID_AUTHORIZATION_FAILED ] { 53 }
Constant [ integer RD_KAFKA_RESP_ERR_SECURITY_DISABLED ] { 54 }
Constant [ integer RD_KAFKA_RESP_ERR_OPERATION_NOT_ATTEMPTED ] { 55 }
+ Constant [ integer RD_KAFKA_RESP_ERR_KAFKA_STORAGE_ERROR ] { 56 }
+ Constant [ integer RD_KAFKA_RESP_ERR_LOG_DIR_NOT_FOUND ] { 57 }
+ Constant [ integer RD_KAFKA_RESP_ERR_SASL_AUTHENTICATION_FAILED ] { 58 }
+ Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN_PRODUCER_ID ] { 59 }
+ Constant [ integer RD_KAFKA_RESP_ERR_REASSIGNMENT_IN_PROGRESS ] { 60 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_AUTH_DISABLED ] { 61 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_NOT_FOUND ] { 62 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_OWNER_MISMATCH ] { 63 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_REQUEST_NOT_ALLOWED ] { 64 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_AUTHORIZATION_FAILED ] { 65 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DELEGATION_TOKEN_EXPIRED ] { 66 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_PRINCIPAL_TYPE ] { 67 }
+ Constant [ integer RD_KAFKA_RESP_ERR_NON_EMPTY_GROUP ] { 68 }
+ Constant [ integer RD_KAFKA_RESP_ERR_GROUP_ID_NOT_FOUND ] { 69 }
+ Constant [ integer RD_KAFKA_RESP_ERR_FETCH_SESSION_ID_NOT_FOUND ] { 70 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_FETCH_SESSION_EPOCH ] { 71 }
+ Constant [ integer RD_KAFKA_RESP_ERR_LISTENER_NOT_FOUND ] { 72 }
+ Constant [ integer RD_KAFKA_RESP_ERR_TOPIC_DELETION_DISABLED ] { 73 }
+ Constant [ integer RD_KAFKA_RESP_ERR_UNSUPPORTED_COMPRESSION_TYPE ] { 74 }
Constant [ integer RD_KAFKA_CONF_UNKNOWN ] { -2 }
Constant [ integer RD_KAFKA_CONF_INVALID ] { -1 }
Constant [ integer RD_KAFKA_CONF_OK ] { 0 }
@@ -510,7 +541,7 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
- Properties [0] {
}
- - Methods [8] {
+ - Methods [10] {
Method [ <internal:rdkafka, ctor> public method __construct ] {
- Parameters [0] {
@@ -565,6 +596,20 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Parameter #0 [ <required> $callback ]
}
}
+
+ Method [ <internal:rdkafka> public method setConsumeCb ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:rdkafka> public method setOffsetCommitCb ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
}
}
@@ -597,7 +642,9 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Method [ <internal:rdkafka> public method set ] {
- - Parameters [0] {
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
}
}
@@ -627,7 +674,7 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Property [ <default> private $dr_msg_cb ]
}
- - Methods [11] {
+ - Methods [12] {
Method [ <internal:rdkafka, ctor> public method __construct ] {
- Parameters [1] {
@@ -704,6 +751,14 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
Parameter #1 [ <optional> $topic_conf ]
}
}
+
+ Method [ <internal:rdkafka> public method getCommittedOffsets ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $topic_partitions ]
+ Parameter #1 [ <required> $timeout_ms ]
+ }
+ }
}
}
@@ -718,14 +773,16 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
- Static methods [0] {
}
- - Properties [7] {
+ - Properties [9] {
Property [ <default> public $err ]
Property [ <default> public $topic_name ]
+ Property [ <default> public $timestamp ]
Property [ <default> public $partition ]
Property [ <default> public $payload ]
Property [ <default> public $len ]
Property [ <default> public $key ]
Property [ <default> public $offset ]
+ Property [ <default> public $headers ]
}
- Methods [1] {
@@ -1183,7 +1240,7 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
- Properties [0] {
}
- - Methods [3] {
+ - Methods [4] {
Method [ <internal:rdkafka, ctor> private method __construct ] {
- Parameters [0] {
@@ -1195,8 +1252,19 @@ Extension [ <persistent> extension #127 rdkafka version 3.0.5 ] {
- Parameters [4] {
Parameter #0 [ <required> $partition ]
Parameter #1 [ <required> $msgflags ]
- Parameter #2 [ <required> $payload ]
+ Parameter #2 [ <optional> $payload ]
+ Parameter #3 [ <optional> $key ]
+ }
+ }
+
+ Method [ <internal:rdkafka> public method producev ] {
+
+ - Parameters [5] {
+ Parameter #0 [ <required> $partition ]
+ Parameter #1 [ <required> $msgflags ]
+ Parameter #2 [ <optional> $payload ]
Parameter #3 [ <optional> $key ]
+ Parameter #4 [ <optional> $headers ]
}
}