Class: Karafka::Routing::Features::ManualOffsetManagement::Config

Inherits:
Struct
  • Object
show all
Defined in:
lib/karafka/routing/features/manual_offset_management/config.rb

Overview

Config for manual offset management feature

Instance Attribute Summary collapse

Instance Attribute Details

#activeObject Also known as: active?

Returns the value of attribute active

Returns:

  • (Object)

    the current value of active



8
9
10
# File 'lib/karafka/routing/features/manual_offset_management/config.rb', line 8

def active
  @active
end