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.



47
48
49
# File 'lib/kafka.rb', line 47

def partition
  @partition
end

#topicObject

Returns the value of attribute topic.



47
48
49
# File 'lib/kafka.rb', line 47

def topic
  @topic
end