vertx / io.vertx.reactivex.kafka.client.consumer / KafkaConsumer / rxCommitted

rxCommitted

open fun rxCommitted(topicPartition: TopicPartition): Single<OffsetAndMetadata>

Get the last committed offset for the given partition (whether the commit happened by this process or another).

Parameters

topicPartition - topic partition for getting last committed offset

Return