Skip to content

v1.0.0

Compare
Choose a tag to compare
@webmakersteve webmakersteve released this 01 Jun 20:15
· 347 commits to master since this release

New release version v1.0.0

Producer API Changes

  1. Producer write stream is now its own class that has its own producer. Producer methods can be accessed through the member variable.
  • Create one by using Producer.createWriteStream();

Consumer API Changes

  1. Added offset_commit_cb
  2. Rebalance callback now has first parameter as an error object. The error object can be checked to see if it is an assignment or an unassignment
  3. Consumer write stream is now its own class that has its own consumer. Consumer methods can be accessed through the member variable.
  • Create one by using Consumer.createReadStream()
  1. Added query_watermark_offsets support
  2. Added support for seek method, but currently not supported in librdkafka 0.9.5. Will likely be in next release.