8000 write_kafka: ‘rd_kafka_errno2err’ is deprecated, fix failed builds by yikza · Pull Request #2640 · collectd/collectd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

write_kafka: ‘rd_kafka_errno2err’ is deprecated, fix failed builds #2640

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from
Closed

Conversation

yikza
Copy link
@yikza yikza commented Jan 4, 2018

rd_kafka_errno2err is deprecated. (#2607)
Applications should use rd_kafka_last_error() to retrieve the error
code from the legacy APIs.

hikdo added 3 commits January 4, 2018 15:38
rd_kafka_errno2err is deprecated.
Applications should use rd_kafka_last_error() to retrieve the error
code from the legacy APIs.
rd_kafka_errno2err is deprecated since v0.11.0
@yikza yikza changed the title Deprecate errno usage fix#2607 Jan 4, 2018
@rpv-tomsk rpv-tomsk changed the title fix#2607 write_kafka: ‘rd_kafka_errno2err’ is deprecated, fix failed builds Jan 24, 2018
rpv-tomsk added a commit to rpv-tomsk/collectd that referenced this pull request Feb 10, 2018
Since librdkafka-0.11.0 applications should use rd_kafka_last_error()
to retrieve the error code from the legacy APIs.

Thanks to hikdo.

Closes: collectd#2607
Closes: collectd#2628
Closes: collectd#2640
@rubenk rubenk closed this in 6c2eb3a Feb 19, 2018
rpv-tomsk added a commit to rpv-tomsk/collectd that referenced this pull request Mar 29, 2018
Since librdkafka-0.11.0 applications should use rd_kafka_last_error()
to retrieve the error code from the legacy APIs.

Thanks to hikdo.

Closes: collectd#2607
Closes: collectd#2628
Closes: collectd#2640
abays pushed a commit to aneeshkp/collectd that referenced this pull request Apr 6, 2018
Since librdkafka-0.11.0 applications should use rd_kafka_last_error()
to retrieve the error code from the legacy APIs.

Thanks to hikdo.

Closes: collectd#2607
Closes: collectd#2628
Closes: collectd#2640
abays pushed a commit to aneeshkp/collectd that referenced this pull request Apr 6, 2018
Since librdkafka-0.11.0 applications should use rd_kafka_last_error()
to retrieve the error code from the legacy APIs.

Thanks to hikdo.

Closes: collectd#2607
Closes: collectd#2628
Closes: collectd#2640
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0