Package

com.twitter.storehaus

kafka

Permalink

package kafka

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    Store capable of writing to a Kafka topic.

    Store capable of writing to a Kafka topic.

    Since

    11/22/13

  2. class KafkaSink[K, V] extends Serializable

    Permalink

    KafkaSink that can be used with SummingBird to sink messages to a Kafka topic

    KafkaSink that can be used with SummingBird to sink messages to a Kafka topic

    Annotations
    @deprecated
    Deprecated

    (Since version 0.9.0) use com.twitter.storehaus.kafka.KafkaStore with com.twitter.summingbird.storm.WritableStoreSink

    Since

    11/22/13

Value Members

  1. object KafkaAvroSink

    Permalink

    KafkaSink capable of sending Avro messages to a Kafka topic

    KafkaSink capable of sending Avro messages to a Kafka topic

    Since

    12/12/13

  2. object KafkaSink extends Serializable

    Permalink
  3. object KafkaStore extends Serializable

    Permalink

Ungrouped