Skip to content

v2.0.0

Compare
Choose a tag to compare
@webmakersteve webmakersteve released this 29 Aug 17:38
· 320 commits to master since this release

Major release because there are breaking changes!

Breaking Changes

  1. Keys are now returned as buffers in delivery reports
  2. Keys are now produced as buffers. If you pass one in as a string it will be converted.
  3. Topic objects have been removed. You should use topic name strings to create topics.
  • New librdkafka produce methods do not support topic objects because they are in the process of being removed.
  • You should use topic configuration to configure topics, and separate producers if special cases are needed. Producers are cheap!