karafka

Ruby and Rails efficient Kafka processing framework

OTHER License

Downloads
14.5M
Stars
2K
Committers
59

Bot releases are hidden (Show)

karafka - v1.4.13

Published by mensfeld over 2 years ago

1.4.13 (2022-02-19)

  • Drop support for ruby 2.6
  • Add mfa requirement
karafka - v2.0.0.alpha2

Published by mensfeld over 2 years ago

2.0.0-alpha2 (2022-02-19)

  • Require kafka keys to be symbols
  • Added ActiveJob Pro adapter
  • Small updates to the license and docs
karafka - v2.0.0.alpha1

Published by mensfeld over 2 years ago

  • Change license to LGPL-3.0
  • Introduce a Pro subscription
  • Switch from ruby-kafka to librdkafka as an underlying driver
  • Introduce fully automatic integration tests that go through the whole server lifecycle
  • Integrate WaterDrop tightly with autoconfiguration inheritance and an option to redefine it
  • Multi-threaded support for concurrent jobs consumption (when in separate topics and/or partitions)
  • Introduce subscriptions groups concept for better resources management
  • Remove completely all the callbacks in favour of finalizer method #on_shutdown
  • Provide on_revoked method for taking actions upon topic revoke
  • Remove single message consumption mode in favour of documentation on how to do it easily by yourself
  • Provide sync and async offset management with async preferred
  • Introduce seamless Ruby on Rails integration via Rails::Railte
  • Update cli info to reflect the 2.0 details
  • Remove responders in favour of WaterDrop 2.0 producer
  • Remove pidfiles support
  • Remove daemonization support
  • Stop validating kafka configuration beyond minimum as it is handled by librdkafka
  • Remove topics mappers concept
  • Reorganize monitoring to match new concepts
  • Notify on fatal worker processing errors
  • Rename Karafka::Params::BatchMetadata to Karafka::Messages::BatchMetadata
  • Rename Karafka::Params::Params to Karafka::Messages::Message
  • Rename #params_batch in consumers to #messages
  • Rename Karafka::Params::Metadata to Karafka::Messages::Metadata
  • Allow for processing work of multiple consumer groups by the same worker poll
  • Rename Karafka::Fetcher to Karafka::Runner and align notifications key names
  • Update install templates
  • sidekiq-backend is no longer supported
  • testing gem for RSpec has been updated
  • WaterDrop 2.1+ support
  • Simple routing style (0.5) now builds a single consumer group instead of one per topic
  • Example apps were updated
  • Hook for underlying statistics emitted from librdkafka have been added
  • Hook for underlying async errors emitted from librdkafka have been added
  • ActiveJob Rails adapter
  • Added benchmarks that can be used to profile Karafka
  • Standardize error hook for all error reporting
karafka - v1.4.12

Published by mensfeld almost 3 years ago

  • Ruby 3.1 support
  • irb dependency removal (vbyno)
karafka - v1.4.11

Published by mensfeld almost 3 years ago

  • Source code metadata url added to the gemspec
  • Gem bump

changes: https://my.diffend.io/gems/karafka/1.4.10/1.4.11

karafka - v1.4.10

Published by mensfeld almost 3 years ago

  • update gems requirements in the gemspec (nijikon)
karafka - v1.4.9

Published by mensfeld about 3 years ago

  • fix dry-configurable deprecation warnings for default value as a positional argument
karafka - v1.4.8

Published by mensfeld about 3 years ago

  • Allow 'rails' in Gemfile to enable rails-aware generator (rewritten)
karafka - v1.4.7

Published by mensfeld about 3 years ago

  • Update ruby-kafka to 1.4.0
  • Support for resolve_seed_brokers option (with Azdaroth)
  • Set minimum ruby-kafka requirement to 1.3.0
karafka - v1.4.6

Published by mensfeld about 3 years ago

  • #700 Fix Ruby 3 compatibility issues in Connection::Client#pause (MmKolodziej)
karafka - v.1.4.5

Published by mensfeld over 3 years ago

karafka - v1.4.4

Published by nijikon over 3 years ago

karafka - v1.4.3

Published by nijikon over 3 years ago

karafka - v1.4.2

Published by nijikon over 3 years ago

karafka - v1.4.1

Published by nijikon over 3 years ago

karafka - v1.4.0

Published by nijikon over 3 years ago

karafka - v1.3.1

Published by nijikon over 3 years ago

karafka - v1.3.0

Published by nijikon over 3 years ago

karafka - v1.2.13

Published by nijikon over 3 years ago

karafka - v1.2.12

Published by nijikon over 3 years ago