Method: Karafka::Routing::Features::Eofed::Topic#to_h

Defined in:
lib/karafka/routing/features/eofed/topic.rb

#to_hHash



31
32
33
34
35
# File 'lib/karafka/routing/features/eofed/topic.rb', line 31

def to_h
  super.merge(
    eofed: eofed.to_h
  ).freeze
end