Packages

o

akka.projection.kafka

KafkaOffsets

object KafkaOffsets

Source
KafkaOffsets.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KafkaOffsets
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def keyToPartition(key: String): TopicPartition
  2. def partitionToKey(tp: TopicPartition): String
  3. def partitionToKey(topic: String, partition: Int): String
  4. def partitions(groupOffsets: MergeableOffset[Long]): Set[TopicPartition]
  5. def toMergeableOffset(record: ConsumerRecord[_, _]): MergeableOffset[Long]