Karafka v0.1.16 Release Notes

    • Cluster level error catching for all exceptions so actor is not killer
    • 🌲 Cluster level error logging
    • 🔨 Listener refactoring (QueueConsumer extracted)
    • Karafka::Connection::QueueConsumer to wrap around fetching logic - technically we could replace Kafka with any other messaging engine as long as we preserve the same API
    • ➕ Added debug env for debugging purpose in applications