kafka

consumer

package consumer

Visibility
  1. Public
  2. All

Type Members

  1. class ConsumerConfig extends ZKConfig

  2. trait ConsumerConnector extends AnyRef

    Main interface for consumer

  3. class ConsumerIterator[T] extends IteratorTemplate[T]

    An iterator that blocks until a value can be read from the supplied queue.

  4. class ConsumerTimeoutException extends RuntimeException

  5. class ConsumerTopicStat extends ConsumerTopicStatMBean

  6. trait ConsumerTopicStatMBean extends AnyRef

  7. class FetcherRunnable extends Thread

  8. class KafkaMessageStream[T] extends Iterable[T] with Iterable[T]

    All calls to elements should produce the same thread-safe iterator? Should have a seperate thread that feeds messages into a blocking queue for processing.

  9. class SimpleConsumer extends AnyRef

    A consumer of kafka messages

  10. class SimpleConsumerStats extends SimpleConsumerStatsMBean

  11. trait SimpleConsumerStatsMBean extends AnyRef

  12. trait TopicEventHandler[T] extends AnyRef

  13. trait ZookeeperConsumerConnectorMBean extends AnyRef

    JMX interface for monitoring consumer

  14. class ZookeeperTopicEventWatcher extends AnyRef

Value Members

  1. object ConsoleConsumer extends AnyRef

    Consumer that dumps messages out to standard out.

  2. object Consumer extends AnyRef

  3. object ConsumerConfig extends AnyRef

  4. object ConsumerTopicStat extends AnyRef

  5. object SimpleConsumerStats extends AnyRef

  6. package storage