Currently, we only seem to support smallest/largest values for consumer.prop.auto.offset.reset in case of OSS Kafka consumer plugin. It would be great to also support consuming from a specific timestamp. With the KafkaConsumer#offsetsForTime() and KafkaConsumer#seek() api's we should be able to do so (or perhaps there's a simpler way?).