Exception: Kafka::OffsetOutOfRange

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

Instance Attribute Summary collapse

Instance Attribute Details

#partitionObject

Returns the value of attribute partition.



22
23
24
# File 'lib/kafka.rb', line 22

def partition
  @partition
end

#topicObject

Returns the value of attribute topic.



22
23
24
# File 'lib/kafka.rb', line 22

def topic
  @topic
end