All Versions
112
Latest Version
Avg Release Cycle
5 days
Latest Release
661 days ago

Changelog History
Page 11

  • v0.1.11 Changes

    • Rescuing all the "before Sidekiq" processing so errors won't affect other incoming messages
    • ๐Ÿ›  Fixed dying actors after connection error
    • โž• Added a new app status - "initializing"
    • Karafka::Status model cleanup
  • v0.1.10 Changes

    • โž• Added possibility to specify redis namespace in configuration (failover to app name)
    • Renamed redis_host to redis_url in configuration
  • v0.1.9 Changes

    • โž• Added worker logger
  • v0.1.8 Changes

    • โฌ‡๏ธ Dropped local env support in favour of Envlogic - no changes in API
  • v0.1.7 Changes

    • Karafka option for Redis hosts (not localhost only)
  • v0.1.6 Changes

    • โž• Added better concurency by clusterization of listeners
    • โž• Added graceful shutdown
    • โž• Added concurency that allows to handle bigger applications with celluloid
    • Karafka controllers no longer require group to be defined (created based on the topic and app name)
    • Karafka controllers no longer require topic to be defined (created based on the controller name)
    • โšก๏ธ Readme updates
  • v0.1.5 Changes

    • ๐Ÿ‘ Celluloid support for listeners
    • ๐ŸŒฒ Multi target logging (STDOUT and file)
  • v0.1.4 Changes

    • ๐Ÿ“‡ Renamed events to messages to follow Apache Kafka naming convention
  • v0.1.3 Changes

    • ๐Ÿšš Karafka::App.logger moved to Karafka.logger
    • โšก๏ธ README updates (Usage section was added)
  • v0.1.2 Changes

    • ๐ŸŒฒ Logging to log/environment.log
    • Karafka::Runner