Skip to content

v0.8.2

Compare
Choose a tag to compare
@webmakersteve webmakersteve released this 21 Mar 21:12
· 381 commits to master since this release

New release version v0.8.2

Producer API Changes

  1. Added new producer method, setPollInterval(interval). If you simply want to poll for events on an interval, you can pass it here without needing to manage connections or disconnections.
  2. Fixed some bugs that would be related to manually connecting/disconnecting when using the producer stream.
  3. Producer stream now only uses topic objects if topic options are provided.

Consumer API Changes

  1. Added new consumer methods, commitMessage and commitMessageSync. When committing a message instead of a topic partition, these methods will commit the proper offsets instead of the off-by-one issue seen prior.