The version of node-rdkafka used in changeprop should be 2.8.1, released more than 3 years ago. The latest upstream is 2.16.1, that supports a more up to date version of librdkafka and that possibly has a ton of performance bugs fixed.
List of tags: https://github.com/Blizzard/node-rdkafka/tags
We should review the changelogs, and figure out:
- If the recent versions are compatible with our nodejs version.
- If anything major prevents us from upgrading.
- What is the best upgrade path?


