Class: Karafka::Web::Management::Actions::MigrateStatesData

Inherits:
Base
  • Object
show all
Defined in:
lib/karafka/web/management/actions/migrate_states_data.rb

Overview

Command to migrate states data Useful when we have older schema and need to move forward

Instance Method Summary collapse

Instance Method Details

#callObject

Runs needed migrations (if any) on the states topics



11
12
13
# File 'lib/karafka/web/management/actions/migrate_states_data.rb', line 11

def call
  Migrator.new.call
end