Package

spinoco.fs2.kafka

failure

Permalink

package failure

Visibility
  1. Public
  2. All

Type Members

  1. case class BrokerReportedFailure(address: BrokerAddress, request: Request, failure: protocol.kafka.ErrorType.Value) extends Throwable with Product with Serializable

    Permalink

    for supplied request broker has reported failure when respoding *

  2. case class BrokerRequestFailure(address: BrokerAddress, request: Request, thrown: Throwable) extends Throwable with Product with Serializable

    Permalink

    Connection with broker has been terminated with given exception *

  3. case class InvalidBrokerResponse(address: BrokerAddress, expected: String, request: Request, got: Option[Response]) extends Throwable with Product with Serializable

    Permalink

    Broker responded with invalid response *

  4. case class LeaderNotAvailable(topicName: @@[String, TopicName], partition: @@[Int, PartitionId]) extends Throwable with Product with Serializable

    Permalink

    Given topic // partition has no leader available *

  5. case class UnexpectedResponse(address: BrokerAddress, response: ResponseMessage) extends Throwable with Product with Serializable

    Permalink

    for supplied request broker responded with unexpected response *

Value Members

  1. object ClientTerminated extends Throwable with Product with Serializable

    Permalink

    Publish to client that has been terminate already *

  2. object NoBrokerAvailable extends Throwable with Product with Serializable

    Permalink

    There are no brokers available *

Ungrouped