Karafka v2.0.0-alpha6 Release Notes

Release Date: 2022-04-17 // about 2 years ago
    • 🛠 Fix a bug, where upon missing boot file and Rails, railtie would fail with a generic exception (#818)
    • 🛠 Fix an issue with parallel pristine specs colliding with each other during bundle install (#820)
    • Replace consumer.consume with consumer.consumed event to match the behaviour
    • 👉 Make sure, that offset committing happens before the consumer.consumed event is propagated
    • 🛠 Fix for failing when not installed (just a dependency) (#817)
    • Evict messages from partitions that were lost upon rebalancing (#825)
    • Do not run #revoked on partitions that were lost and assigned back upon rebalancing (#825)
    • ✂ Remove potential duplicated that could occur upon rebalance with re-assigned partitions (#825)
    • ⚡️ Optimize integration test suite additional consumers shutdown process (#828)
    • ⚡️ Optimize messages eviction and duplicates removal on poll stopped due to lack of messages
    • ➕ Add static group membership integration spec