Packages

p

kafka4m

consumer

package consumer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. consumer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class PartitionOffsetState(offsetByPartitionByTopic: Map[String, Map[Int, Long]] = Map.empty) extends Product with Serializable

    an immutable means of tracking which offset/partitions have been observed

  2. final class RichKafkaConsumer[K, V] extends AutoCloseable with StrictLogging

    A means of driving a kafka-stream using the consumer (not kafka streaming) API

  3. final case class TopicStatus(topic: String, partitions: Seq[PartitionInfo]) extends Product with Serializable

Value Members

  1. object PartitionOffsetState extends Serializable
  2. object RebalanceListener extends ConsumerRebalanceListener with StrictLogging with Product with Serializable
  3. object RichKafkaConsumer extends StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped