Exception: Kafka::QueueFullError

Inherits:
ResponseError show all
Defined in:
lib/kafka/error.rb

Overview

QueueFullError is raised when producing messages and the queue of messages pending delivery to topics has reached it’s size limit.

Instance Attribute Summary

Attributes inherited from ResponseError

#code

Method Summary

Methods inherited from ResponseError

exception, #initialize, #internal?, #name, new, #to_s

Constructor Details

This class inherits a constructor from Kafka::ResponseError