v2.0.0
Major release because there are breaking changes!
Breaking Changes
- Keys are now returned as buffers in delivery reports
- Keys are now produced as buffers. If you pass one in as a string it will be converted.
- 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!