class Kafka::ProcessingError
There was an error processing a message.
def initialize(topic, partition, offset)
def initialize(topic, partition, offset) @topic = topic @partition = partition @offset = offset super() end
There was an error processing a message.
def initialize(topic, partition, offset) @topic = topic @partition = partition @offset = offset super() end