Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

0.1.2-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@eulerfx eulerfx released this 03 Jul 18:23
· 211 commits to master since this release

Fixed consumer offset commit bug wherein after a rebalance a consumer gets assigned a new partition
which doesn't receive any messages for longer than the offset retention period, the offsets would be lost.
This would only happen after a rebalance not after initial join.