Skip to content

v0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jan 13:26
· 51 commits to main since this release
005db43

This release contains some changes and fixes:

  1. The ReaderConfig is updated with new parameters.
  2. The Reader now validates all the consumer-group-specific parameters.
  3. A new script, test_consumer_group.js is added for reading from a consumer group using a groupID and other parameters.
  4. JS API docs are updated accordingly.
  5. The description of emitted metrics and their type are added to the README.
  6. k6 is bumped to v0.42.0 and other dependencies are updated.

What's Changed

  • Add readBatchTimeout to ReaderConfig by @mostafa in #188
  • Fix ReaderConfig's default values and a few other fixes by @mostafa in #189

Full Changelog: v0.16.0...v0.16.1