You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flume.apache.org by Buntu Dev <bu...@gmail.com> on 2015/07/10 17:02:11 UTC

Fetching from specific Kafka offset

I'm using the Kafka source and need to replay some events from past 3 or 4
days. I do notice there is a "auto.offset.reset" option but seems to take
values like 'largest' or 'smallest'.

How do I go about setting the offset to some timestamp or specific offset?

Thanks!