Re: Reading bounded data from Kafka in Flink job
Posted by
Fabian Hueske-2 on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Reading-bounded-data-from-Kafka-in-Flink-job-tp18108p18152.html
Hi Hayden,
as far as I know, an end offset is not supported by Flink's Kafka consumer.
You could extend Flink's consumer. As you said, there is already code to set the starting offset (per partition), so you might be able to just piggyback on that.
Gordon (in CC) who has worked a lot on the Kafka connector might have a better idea.
Best, Fabian