package consumer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- consumer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- 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
- final class RichKafkaConsumer[K, V] extends AutoCloseable with StrictLogging
A means of driving a kafka-stream using the consumer (not kafka streaming) API
- final case class TopicStatus(topic: String, partitions: Seq[PartitionInfo]) extends Product with Serializable
Value Members
- object PartitionOffsetState extends Serializable
- object RebalanceListener extends ConsumerRebalanceListener with StrictLogging with Product with Serializable
- object RichKafkaConsumer extends StrictLogging