Class: Karafka::Pro::Routing::Features::DirectAssignments::Config
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Karafka::Pro::Routing::Features::DirectAssignments::Config
 
 
- Defined in:
 - lib/karafka/pro/routing/features/direct_assignments/config.rb
 
Overview
Direct assignments feature configuration
Instance Attribute Summary collapse
- 
  
    
      #active  ⇒ Object 
    
    
      (also: #active?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute active.
 - 
  
    
      #partitions  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute partitions.
 
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
      20 21 22  | 
    
      # File 'lib/karafka/pro/routing/features/direct_assignments/config.rb', line 20 def active @active end  | 
  
#partitions ⇒ Object
Returns the value of attribute partitions
      20 21 22  | 
    
      # File 'lib/karafka/pro/routing/features/direct_assignments/config.rb', line 20 def partitions @partitions end  |