summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION18
1 files changed, 14 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 3eafd38..95c716d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,14 +1,14 @@
-Extension [ <persistent> extension #116 rdkafka version 3.0.1 ] {
+Extension [ <persistent> extension #120 rdkafka version 3.0.2 ] {
- - Constants [89] {
+ - Constants [99] {
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 ] { 590847 }
- Constant [ integer RD_KAFKA_BUILD_VERSION ] { 590847 }
+ Constant [ integer RD_KAFKA_VERSION ] { 591359 }
+ Constant [ integer RD_KAFKA_BUILD_VERSION ] { 591359 }
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 }
@@ -44,6 +44,8 @@ Extension [ <persistent> extension #116 rdkafka version 3.0.1 ] {
Constant [ integer RD_KAFKA_RESP_ERR__NO_OFFSET ] { -168 }
Constant [ integer RD_KAFKA_RESP_ERR__OUTDATED ] { -167 }
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__END ] { -100 }
Constant [ integer RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 }
Constant [ integer RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 }
@@ -82,6 +84,14 @@ Extension [ <persistent> extension #116 rdkafka version 3.0.1 ] {
Constant [ integer RD_KAFKA_RESP_ERR_UNSUPPORTED_SASL_MECHANISM ] { 33 }
Constant [ integer RD_KAFKA_RESP_ERR_ILLEGAL_SASL_STATE ] { 34 }
Constant [ integer RD_KAFKA_RESP_ERR_UNSUPPORTED_VERSION ] { 35 }
+ Constant [ integer RD_KAFKA_RESP_ERR_TOPIC_ALREADY_EXISTS ] { 36 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_PARTITIONS ] { 37 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_REPLICATION_FACTOR ] { 38 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_REPLICA_ASSIGNMENT ] { 39 }
+ Constant [ integer RD_KAFKA_RESP_ERR_INVALID_CONFIG ] { 40 }
+ 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_CONF_UNKNOWN ] { -2 }
Constant [ integer RD_KAFKA_CONF_INVALID ] { -1 }
Constant [ integer RD_KAFKA_CONF_OK ] { 0 }