Module: Karafka::Routing::Features::ConsumerGroups
- Defined in:
- lib/karafka/routing/features/consumer_groups.rb,
lib/karafka/routing/features/consumer_groups/eofed.rb,
lib/karafka/routing/features/consumer_groups/active_job.rb,
lib/karafka/routing/features/consumer_groups/eofed/topic.rb,
lib/karafka/routing/features/consumer_groups/eofed/config.rb,
lib/karafka/routing/features/consumer_groups/inline_insights.rb,
lib/karafka/routing/features/consumer_groups/active_job/proxy.rb,
lib/karafka/routing/features/consumer_groups/active_job/topic.rb,
lib/karafka/routing/features/consumer_groups/active_job/config.rb,
lib/karafka/routing/features/consumer_groups/dead_letter_queue.rb,
lib/karafka/routing/features/consumer_groups/active_job/builder.rb,
lib/karafka/routing/features/consumer_groups/eofed/contracts/topic.rb,
lib/karafka/routing/features/consumer_groups/inline_insights/topic.rb,
lib/karafka/routing/features/consumer_groups/inline_insights/config.rb,
lib/karafka/routing/features/consumer_groups/dead_letter_queue/topic.rb,
lib/karafka/routing/features/consumer_groups/dead_letter_queue/config.rb,
lib/karafka/routing/features/consumer_groups/manual_offset_management.rb,
lib/karafka/routing/features/consumer_groups/active_job/contracts/topic.rb,
lib/karafka/routing/features/consumer_groups/manual_offset_management/topic.rb,
lib/karafka/routing/features/consumer_groups/inline_insights/contracts/topic.rb,
lib/karafka/routing/features/consumer_groups/manual_offset_management/config.rb,
lib/karafka/routing/features/consumer_groups/dead_letter_queue/contracts/topic.rb,
lib/karafka/routing/features/consumer_groups/manual_offset_management/contracts/topic.rb
Overview
Consumer-group-specific routing features. A parallel ‘ShareGroups` namespace will hold share-group-specific feature implementations once KIP-932 lands.
Defined Under Namespace
Classes: ActiveJob, DeadLetterQueue, Eofed, InlineInsights, ManualOffsetManagement