Just a placeholder Issue for upgrading node-rdkafka to librdkafka 1.0. Librdkafka contains quite a few new features including idempotent Producer support and ZStandard compression.
~From what I can see there shouldn't be any node-binding updates required.~ (See Magnus comment) I'll start working on a PR to get this in.
Librdkafka 1.0 Release Notes:
https://github.com/edenhill/librdkafka/releases/tag/v1.0.0
You will want to add support for fatal errors, if nothing else at least the rd_kafka_fatal_error() API.
https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#fatal-errors
@codeburke have you started on this and do you have a working branch for this PR?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Most helpful comment
You will want to add support for fatal errors, if nothing else at least the rd_kafka_fatal_error() API.
https://github.com/edenhill/librdkafka/blob/master/INTRODUCTION.md#fatal-errors