Packages

Library to increase the throughput of producing messages (coming one at a time) to Kafka by accumulating these messages into batches

Current section

Files

Jump to
kafka_batcher CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this image will be documented in this file.
Please refer to https://keepachangelog.com/en/1.0.0/ for format.
## [Unreleased]
## [1.0.2] - 2024-05-08
### Bugfixes
- Cache partitions count in the collector state
## [1.0.1] - 2024-03-11
### Bugfixes
- Update last_check_timestamp only in case we really check the temporary storage
## [1.0.0] - 2024-02-26
- Initial release to OpenSource