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