Re: Kafka offset behaviour when restarting job from savepoint

2018-10-31 Thread Paul Lam
Hi Anil, Sure. You could have a look at FlinkKafkaConsumerBase.java. Best, Paul Lam > 在 2018年11月1日,03:37,Anil 写道: > > Hey Paul. Can you please point me to the code in Flink. Thanks! > > > > -- > Sent from: > http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Kafka offset behaviour when restarting job from savepoint

2018-10-31 Thread Anil
Hey Paul. Can you please point me to the code in Flink. Thanks! -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: Kafka offset behaviour when restarting job from savepoint

2018-10-31 Thread Paul Lam
Hi Bend, The offsets would be restored from the savepoint. Flink would only fallback to use the offsets on the brokers if there are no offset in its states. Best, Paul Lam > 在 2018年10月31日,17:13, > 写道: > > Hi > Let’s say we have a job which reads from a Flink kafka source > (FlinkKafkaCons