Re: Flink Kafka from Time Offset
Posted by
rmetzger0 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-Kafka-from-Time-Offset-tp7261p7263.html
Hi Simon,
Timestamp-awareness has been added to Kafka 0.10 only [1]. I'm not sure if the 0.9 connector code of Flink will support Kafka 0.10 immediately.
Another way of handling the issue would be
- Implementing a custom offset-metadata system (storing the timestamp for some of the offsets (say every minute or so))
Regarding your second question: What "id"s do you mean?
If you are not using savepoints, the checkpoint state will not be automatically restored.
Regards,
Robert