Class: Karafka::Routing::Features::ManualOffsetManagement::Config
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Karafka::Routing::Features::ManualOffsetManagement::Config
 
 
- Defined in:
 - lib/karafka/routing/features/manual_offset_management/config.rb
 
Overview
Config for manual offset management feature
Instance Attribute Summary collapse
- 
  
    
      #active  ⇒ Object 
    
    
      (also: #active?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute active.
 
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
      8 9 10  | 
    
      # File 'lib/karafka/routing/features/manual_offset_management/config.rb', line 8 def active @active end  |