Class: Karafka::Pro::Routing::Features::Filtering
- Inherits:
-
Base
- Object
- Routing::Features::Base
- Base
- Karafka::Pro::Routing::Features::Filtering
- Defined in:
- lib/karafka/pro/routing/features/filtering.rb,
lib/karafka/pro/routing/features/filtering/topic.rb,
lib/karafka/pro/routing/features/filtering/config.rb,
lib/karafka/pro/routing/features/filtering/contracts/topic.rb
Overview
Filtering provides a generic API allowing you to pre-filter messages before they are dispatched to jobs and processed.
It allows for throttling, delayed jobs and other filtering implementations.
Defined Under Namespace
Modules: Contracts, Topic Classes: Config