package consumer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- consumer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
case class
AckableRecord[A] extends Product with Serializable
Represents a message with the components needed to commit the offsets/partitions to Kafka
-
trait
HasRecord[A] extends AnyRef
Represents something from which we can obtain a ConsumerRecord
Represents something from which we can obtain a ConsumerRecord
- A
the input value type (typically a tuple, list, etc)
-
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 AckableRecord extends Serializable
- object HasRecord
- object PartitionOffsetState extends Serializable
- object RebalanceListener extends ConsumerRebalanceListener with StrictLogging with Product with Serializable
- object RichKafkaConsumer extends StrictLogging