From 1c2ec694de8ac98ec1d8971c119b371ed687ebd0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Jan 2021 10:23:55 +0100 Subject: rebuild with librdkafka version 1.6.0 --- REFLECTION | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 1d0f749..36e94f1 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { - - Constants [172] { + - Constants [183] { 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 [ extension #99 rdkafka version 5.0.0 ] { 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 ] { 17105919 } - Constant [ int RD_KAFKA_BUILD_VERSION ] { 17105919 } + Constant [ int RD_KAFKA_VERSION ] { 17170687 } + Constant [ int RD_KAFKA_BUILD_VERSION ] { 17170687 } 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 } @@ -71,6 +71,8 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { 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__ASSIGNMENT_LOST ] { -142 } + Constant [ int RD_KAFKA_RESP_ERR__NOOP ] { -141 } 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 } @@ -162,6 +164,15 @@ Extension [ extension #99 rdkafka version 5.0.0 ] { Constant [ int RD_KAFKA_RESP_ERR_GROUP_SUBSCRIBED_TO_TOPIC ] { 86 } Constant [ int RD_KAFKA_RESP_ERR_INVALID_RECORD ] { 87 } Constant [ int RD_KAFKA_RESP_ERR_UNSTABLE_OFFSET_COMMIT ] { 88 } + Constant [ int RD_KAFKA_RESP_ERR_THROTTLING_QUOTA_EXCEEDED ] { 89 } + Constant [ int RD_KAFKA_RESP_ERR_PRODUCER_FENCED ] { 90 } + Constant [ int RD_KAFKA_RESP_ERR_RESOURCE_NOT_FOUND ] { 91 } + Constant [ int RD_KAFKA_RESP_ERR_DUPLICATE_RESOURCE ] { 92 } + Constant [ int RD_KAFKA_RESP_ERR_UNACCEPTABLE_CREDENTIAL ] { 93 } + Constant [ int RD_KAFKA_RESP_ERR_INCONSISTENT_VOTER_SET ] { 94 } + Constant [ int RD_KAFKA_RESP_ERR_INVALID_UPDATE_VERSION ] { 95 } + Constant [ int RD_KAFKA_RESP_ERR_FEATURE_UPDATE_FAILED ] { 96 } + Constant [ int RD_KAFKA_RESP_ERR_PRINCIPAL_DESERIALIZATION_FAILURE ] { 97 } Constant [ int RD_KAFKA_CONF_UNKNOWN ] { -2 } Constant [ int RD_KAFKA_CONF_INVALID ] { -1 } Constant [ int RD_KAFKA_CONF_OK ] { 0 } -- cgit