Exception: Kafka::OffsetOutOfRange
- Inherits:
-
ProtocolError
- Object
- StandardError
- Error
- ProtocolError
- Kafka::OffsetOutOfRange
- Defined in:
- lib/kafka.rb
Overview
1 The requested offset is not within the range of offsets maintained by the server.
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#topic ⇒ Object
Returns the value of attribute topic.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset.
36 37 38 |
# File 'lib/kafka.rb', line 36 def offset @offset end |
#partition ⇒ Object
Returns the value of attribute partition.
36 37 38 |
# File 'lib/kafka.rb', line 36 def partition @partition end |
#topic ⇒ Object
Returns the value of attribute topic.
36 37 38 |
# File 'lib/kafka.rb', line 36 def topic @topic end |