Exception: Kafka::OffsetOutOfRange

Inherits:
ProtocolError show all
Defined in:
lib/kafka.rb

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset.



53
54
55
# File 'lib/kafka.rb', line 53

def offset
  @offset
end

#partitionObject

Returns the value of attribute partition.



53
54
55
# File 'lib/kafka.rb', line 53

def partition
  @partition
end

#topicObject

Returns the value of attribute topic.



53
54
55
# File 'lib/kafka.rb', line 53

def topic
  @topic
end