Class: Karafka::Web::Pro::Ui::Controllers::Consumers::ControlsController

Inherits:
ConsumersController show all
Defined in:
lib/karafka/web/pro/ui/controllers/consumers/controls_controller.rb

Overview

Displays processes with details + ability to manage

Instance Method Summary collapse

Methods inherited from ConsumersController

#details, #performance, #subscriptions

Instance Method Details

#indexObject

Displays list of consumer processes + options to manage them



48
49
50
51
52
53
54
# File 'lib/karafka/web/pro/ui/controllers/consumers/controls_controller.rb', line 48

def index
  features.commanding!

  super

  render
end