kafka.producer

async

package async

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncProducerConfig extends AnyRef

  2. class DefaultEventHandler[K, V] extends EventHandler[K, V] with Logging

  3. trait EventHandler[K, V] extends AnyRef

    Handler that dispatches the batched data from the queue.

  4. class IllegalQueueStateException extends RuntimeException

    Indicates that the given config parameter has invalid value

  5. class MissingConfigException extends RuntimeException

  6. class ProducerSendThread[K, V] extends Thread with Logging with KafkaMetricsGroup

Ungrouped