Class: Karafka::Pro::Routing::Features::ParallelSegments::Config
- Inherits:
-
Struct
- Object
- Struct
- Karafka::Pro::Routing::Features::ParallelSegments::Config
- Defined in:
- lib/karafka/pro/routing/features/parallel_segments/config.rb
Overview
Note:
Used on the consumer level, not per topic
Config for parallel segments.
Instance Attribute Summary collapse
-
#active ⇒ Object
(also: #active?)
Returns the value of attribute active.
-
#count ⇒ Object
Returns the value of attribute count.
-
#merge_key ⇒ Object
Returns the value of attribute merge_key.
-
#partitioner ⇒ Object
Returns the value of attribute partitioner.
-
#reducer ⇒ Object
Returns the value of attribute reducer.
Instance Attribute Details
#active ⇒ Object Also known as: active?
Returns the value of attribute active
13 14 15 |
# File 'lib/karafka/pro/routing/features/parallel_segments/config.rb', line 13 def active @active end |
#count ⇒ Object
Returns the value of attribute count
13 14 15 |
# File 'lib/karafka/pro/routing/features/parallel_segments/config.rb', line 13 def count @count end |
#merge_key ⇒ Object
Returns the value of attribute merge_key
13 14 15 |
# File 'lib/karafka/pro/routing/features/parallel_segments/config.rb', line 13 def merge_key @merge_key end |
#partitioner ⇒ Object
Returns the value of attribute partitioner
13 14 15 |
# File 'lib/karafka/pro/routing/features/parallel_segments/config.rb', line 13 def partitioner @partitioner end |
#reducer ⇒ Object
Returns the value of attribute reducer
13 14 15 |
# File 'lib/karafka/pro/routing/features/parallel_segments/config.rb', line 13 def reducer @reducer end |