Hi, I have a question on enabling checkpointing for one of my Flink jobs. I understand that I can call *enableCheckpointing* on the *StreamExecutionEnvironment* to enable it.
In my case, I don't have access to the source code; Is there also an option to enable it through configuration? Thanks. ~ Bhupesh