summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION34
1 files changed, 29 insertions, 5 deletions
diff --git a/REFLECTION b/REFLECTION
index 650716e..43006b8 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,14 +1,14 @@
-Extension [ <persistent> extension #120 rdkafka version 3.0.3 ] {
+Extension [ <persistent> extension #122 rdkafka version 3.0.4 ] {
- - Constants [99] {
+ - Constants [116] {
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 ] { 591359 }
- Constant [ integer RD_KAFKA_BUILD_VERSION ] { 591359 }
+ Constant [ integer RD_KAFKA_VERSION ] { 721151 }
+ Constant [ integer RD_KAFKA_BUILD_VERSION ] { 721151 }
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 }
@@ -46,6 +46,11 @@ Extension [ <persistent> extension #120 rdkafka version 3.0.3 ] {
Constant [ integer RD_KAFKA_RESP_ERR__TIMED_OUT_QUEUE ] { -166 }
Constant [ integer RD_KAFKA_RESP_ERR__UNSUPPORTED_FEATURE ] { -165 }
Constant [ integer RD_KAFKA_RESP_ERR__WAIT_CACHE ] { -164 }
+ Constant [ integer RD_KAFKA_RESP_ERR__INTR ] { -163 }
+ Constant [ integer RD_KAFKA_RESP_ERR__KEY_SERIALIZATION ] { -162 }
+ 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__END ] { -100 }
Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 }
Constant [ integer RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 }
@@ -92,6 +97,18 @@ Extension [ <persistent> extension #120 rdkafka version 3.0.3 ] {
Constant [ integer RD_KAFKA_RESP_ERR_NOT_CONTROLLER ] { 41 }
Constant [ integer RD_KAFKA_RESP_ERR_INVALID_REQUEST ] { 42 }
Constant [ integer RD_KAFKA_RESP_ERR_UNSUPPORTED_FOR_MESSAGE_FORMAT ] { 43 }
+ Constant [ integer RD_KAFKA_RESP_ERR_POLICY_VIOLATION ] { 44 }
+ Constant [ integer RD_KAFKA_RESP_ERR_OUT_OF_ORDER_SEQUENCE_NUMBER ] { 45 }
+ Constant [ integer RD_KAFKA_RESP_ERR_DUPLICATE_SEQUENCE_NUMBER ] { 46 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_PRODUCER_EPOCH ] { 47 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_TXN_STATE ] { 48 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_PRODUCER_ID_MAPPING ] { 49 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_TRANSACTION_TIMEOUT ] { 50 }
+ Constant [ integer RD_KAFKA_RESP_ERR_CONCURRENT_TRANSACTIONS ] { 51 }
+ Constant [ integer RD_KAFKA_RESP_ERR_TRANSACTION_COORDINATOR_FENCED ] { 52 }
+ 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_CONF_UNKNOWN ] { -2 }
Constant [ integer RD_KAFKA_CONF_INVALID ] { -1 }
Constant [ integer RD_KAFKA_CONF_OK ] { 0 }
@@ -493,7 +510,7 @@ Extension [ <persistent> extension #120 rdkafka version 3.0.3 ] {
- Properties [0] {
}
- - Methods [7] {
+ - Methods [8] {
Method [ <internal:rdkafka, ctor> public method __construct ] {
- Parameters [0] {
@@ -535,6 +552,13 @@ Extension [ <persistent> extension #120 rdkafka version 3.0.3 ] {
}
}
+ Method [ <internal:rdkafka> public method setStatsCb ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
+
Method [ <internal:rdkafka> public method setRebalanceCb ] {
- Parameters [1] {