Exception: Kafka::OffsetOutOfRange

Inherits:
ProtocolError show all
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

Instance Attribute Details

#offsetObject

Returns the value of attribute offset.



36
37
38
# File 'lib/kafka.rb', line 36

def offset
  @offset
end

#partitionObject

Returns the value of attribute partition.



36
37
38
# File 'lib/kafka.rb', line 36

def partition
  @partition
end

#topicObject

Returns the value of attribute topic.



36
37
38
# File 'lib/kafka.rb', line 36

def topic
  @topic
end