package failure
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- case class BrokerReportedFailure(address: BrokerAddress, request: Request, failure: protocol.kafka.ErrorType.Value) extends Throwable with Product with Serializable
for supplied request broker has reported failure when respoding *
- case class BrokerRequestFailure(address: BrokerAddress, request: Request, thrown: Throwable) extends Throwable with Product with Serializable
Connection with broker has been terminated with given exception *
- case class InvalidBrokerResponse(address: BrokerAddress, expected: String, request: Request, got: Option[Response]) extends Throwable with Product with Serializable
Broker responded with invalid response *
- case class LeaderNotAvailable(topicName: @@[String, TopicName], partition: @@[Int, PartitionId]) extends Throwable with Product with Serializable
Given topic // partition has no leader available *
- case class UnexpectedResponse(address: BrokerAddress, response: ResponseMessage) extends Throwable with Product with Serializable
for supplied request broker responded with unexpected response *
Value Members
- case object ClientTerminated extends Throwable with Product with Serializable
Publish to client that has been terminate already *
- case object NoBrokerAvailable extends Throwable with Product with Serializable
There are no brokers available *