v0.20.0
This release contains a lot of updates and a long sought-after feature for adding timeouts to the Kafka reader, thanks to @JasmineCA. It is now possible to limit how long the reader waits for reading messages using the maxWait
property of the ReaderConfig
. Go is updated to 1.21 and k6 to v0.46.0. Other related dependencies are also updated.
What's Changed
- Adds timeout mechanism in reader with maxWait by @JasmineCA in #246
- Update Go, k6 and other dependencies by @mostafa in #249
New Contributors
- @JasmineCA made their first contribution in #246
Full Changelog: v0.19.1...v0.20.0