Package com.markosindustries.distroboy.kafka

  • Interface Summary
    Interface Description
    KafkaOffsetSpec
    Specifies how to load offsets for a given set of Kafka partitions.
  • Class Summary
    Class Description
    EarliestKafkaOffsetSpec
    Load the earliest offsets from Kafka for each partition.
    KafkaTopicPartitionsIterator<K,​V>
    Provides an Iterator interface to the data in Kafka for a given set of TopicPartitions.
    KafkaTopicPartitionsSource
    A DataSource which will yield all TopicPartitions available on the Kafka cluster for a given set of topics.
    LatestKafkaOffsetSpec
    Load the latest offsets from Kafka for each partition.
    ReadKafkaTopicPartitionRange<K,​V>
    FlatMap a given set of TopicPartitions by loading all records from the starting offsets (inclusive) to the ending offsets (exclusive) specified.
    TimestampKafkaOffsetSpec
    Return offsets for each partition by looking up the given timestamp.