abstract fun position(partition: TopicPartition, handler: Handler<AsyncResult<Long>>): Unit
Get the offset of the next record that will be fetched (if a record with that offset exists).
partition - The partition to get the position for
partition
handler - handler called on operation completed
handler