kafka

common

package common

Visibility
  1. Public
  2. All

Type Members

  1. class InvalidConfigException extends RuntimeException

    Indicates that the given config parameter has invalid value

  2. class InvalidMessageSizeException extends RuntimeException

    Indicates the client has requested a range no longer available on the server

  3. class InvalidPartitionException extends RuntimeException

    Indicates that the partition id is not between 0 and numPartitions-1

  4. class InvalidTopicException extends RuntimeException

  5. class MessageSizeTooLargeException extends RuntimeException

  6. class NoBrokersForPartitionException extends RuntimeException

    Thrown when a request is made for broker but no brokers with that topic exist.

  7. class OffsetOutOfRangeException extends RuntimeException

    Indicates the client has requested a range no longer available on the server

  8. class UnavailableProducerException extends RuntimeException

    Indicates a producer pool initialization problem

  9. class UnknownCodecException extends RuntimeException

    Indicates the client has requested a range no longer available on the server

  10. class UnknownException extends RuntimeException

    If we don't know what else it is, call it this

  11. class UnknownMagicByteException extends RuntimeException

    Indicates the client has requested a range no longer available on the server

Value Members

  1. object ErrorMapping extends AnyRef

    A bi-directional mapping between error codes and exceptions x