v0.16.1
This release contains some changes and fixes:
- The
ReaderConfig
is updated with new parameters. - The
Reader
now validates all the consumer-group-specific parameters. - A new script,
test_consumer_group.js
is added for reading from a consumer group using agroupID
and other parameters. - JS API docs are updated accordingly.
- The description of emitted metrics and their type are added to the README.
- k6 is bumped to v0.42.0 and other dependencies are updated.
What's Changed
- Add
readBatchTimeout
toReaderConfig
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