Module: Karafka::Extensions::SidekiqAttributesMap::ClassMethods

Defined in:
lib/karafka/extensions/sidekiq_attributes_map.rb

Overview

Class methods that extend the attributes map class

Instance Method Summary collapse

Instance Method Details

#topicArray<Symbol>

Extra topic fields that we need to have to work with sidekiq backend

Returns:

  • (Array<Symbol>)

    available topic options



13
14
15
# File 'lib/karafka/extensions/sidekiq_attributes_map.rb', line 13

def topic
  super + %i[interchanger worker]
end