Class: Karafka::Web::Pro::Commanding::Commands::Topics::Pause
- Defined in:
- lib/karafka/web/pro/commanding/commands/topics/pause.rb
Overview
Delegates the topic pause request into the topic changes tracker and dispatches the acceptance message back to Kafka. This command pauses all partitions of a given topic within a specific consumer group. Matchers filter which processes handle the command.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#call ⇒ Object
Delegates the pause request to async handling.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Karafka::Web::Pro::Commanding::Commands::Base