com.twitter.storehaus

kafka

package kafka

Since

11/23/13

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. kafka
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class KafkaSink[K, V] extends Serializable

    Kafka Sink that can be used with SummingBird to sink messages to a Kafka Queue

  2. class KafkaStore[K, V] extends WritableStore[K, V] with Serializable

    Store capable of writing to a Kafka Topic.

Value Members

  1. object KafkaAvroSink

    KafkaSink capable of sending Avro messages to a Kafka Topic

  2. object KafkaInjections

  3. object KafkaSink extends Serializable

  4. object KafkaStore extends Serializable

  5. implicit def dispatch[K, V](sink: KafkaSink[K, V]): () ⇒ ((K, V)) ⇒ Future[Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped