Karafka v0.1.17 Release Notes

    • ๐Ÿ”„ Changed Karafka::Connection::Cluster tp Karafka::Connection::ActorCluster to distinguish between a single thread actor cluster for multiple topic connection and a future feature that will allow process clusterization.
    • โž• Add an ability to use user-defined parsers for a messages
    • Lazy load params for before callbacks
    • ๐Ÿ‘ท Automatic loading/initializing all workers classes during startup (so Sidekiq won't fail with unknown workers exception)
    • Params are now private to controller
    • โž• Added bootstrap method to app.rb