Re: State in flink jobs
Hi! State is only persisted as part of checkpoints or savepoints. If both are not used, then state is not persistent across restarts. Stephan On Mon, Jan 16, 2017 at 8:47 AM, Janardhan Reddy < janardhan.re...@olacabs.com> wrote: > Hi, > > Is the value state persisted across job restart/deploym
State in flink jobs
Hi, Is the value state persisted across job restart/deployment without savepoint if checkpointing is disabled.