vertx / io.vertx.rxjava.kafka.client.consumer / KafkaConsumer / rxBeginningOffsets

rxBeginningOffsets

open fun rxBeginningOffsets(topicPartition: TopicPartition): Single<Long>

Get the first offset for the given partitions.

Parameters

topicPartition - the partition to get the earliest offset.

Return