summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-10-08 15:47:48 +0200
committerRemi Collet <remi@remirepo.net>2020-10-08 15:47:48 +0200
commitf368f73bbc2147de3243cd84470948398c56cd1e (patch)
tree413972a9900eea39f973312fb9099884a4b5e0fc /REFLECTION
parent52a00ab37b4f9982415eecd6b4719185dad17e13 (diff)
update to 4.0.4
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION12
1 files changed, 8 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index 251a179..1aa657f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,6 +1,6 @@
-Extension [ <persistent> extension #91 rdkafka version 4.0.3 ] {
+Extension [ <persistent> extension #97 rdkafka version 4.0.4 ] {
- - Constants [162] {
+ - Constants [166] {
Constant [ int RD_KAFKA_CONSUMER ] { 1 }
Constant [ int RD_KAFKA_OFFSET_BEGINNING ] { -2 }
Constant [ int RD_KAFKA_OFFSET_END ] { -1 }
@@ -11,8 +11,8 @@ Extension [ <persistent> extension #91 rdkafka version 4.0.3 ] {
Constant [ int RD_KAFKA_PURGE_F_QUEUE ] { 1 }
Constant [ int RD_KAFKA_PURGE_F_INFLIGHT ] { 2 }
Constant [ int RD_KAFKA_PURGE_F_NON_BLOCKING ] { 4 }
- Constant [ int RD_KAFKA_VERSION ] { 16974079 }
- Constant [ int RD_KAFKA_BUILD_VERSION ] { 16974079 }
+ Constant [ int RD_KAFKA_VERSION ] { 17105151 }
+ Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105151 }
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 }
@@ -68,6 +68,9 @@ Extension [ <persistent> extension #91 rdkafka version 4.0.3 ] {
Constant [ int RD_KAFKA_RESP_ERR__GAPLESS_GUARANTEE ] { -148 }
Constant [ int RD_KAFKA_RESP_ERR__MAX_POLL_EXCEEDED ] { -147 }
Constant [ int RD_KAFKA_RESP_ERR__UNKNOWN_BROKER ] { -146 }
+ Constant [ int RD_KAFKA_RESP_ERR__NOT_CONFIGURED ] { -145 }
+ Constant [ int RD_KAFKA_RESP_ERR__FENCED ] { -144 }
+ Constant [ int RD_KAFKA_RESP_ERR__APPLICATION ] { -143 }
Constant [ int RD_KAFKA_RESP_ERR__END ] { -100 }
Constant [ int RD_KAFKA_RESP_ERR_UNKNOWN ] { -1 }
Constant [ int RD_KAFKA_RESP_ERR_NO_ERROR ] { 0 }
@@ -152,6 +155,7 @@ Extension [ <persistent> extension #91 rdkafka version 4.0.3 ] {
Constant [ int RD_KAFKA_RESP_ERR_MEMBER_ID_REQUIRED ] { 79 }
Constant [ int RD_KAFKA_RESP_ERR_PREFERRED_LEADER_NOT_AVAILABLE ] { 80 }
Constant [ int RD_KAFKA_RESP_ERR_GROUP_MAX_SIZE_REACHED ] { 81 }
+ Constant [ int RD_KAFKA_RESP_ERR_FENCED_INSTANCE_ID ] { 82 }
Constant [ int RD_KAFKA_CONF_UNKNOWN ] { -2 }
Constant [ int RD_KAFKA_CONF_INVALID ] { -1 }
Constant [ int RD_KAFKA_CONF_OK ] { 0 }