Hi, [1] speaks about enable checkpointing, and [2] speaks about checkpointed function. Do we need both to see a triggered and completed checkpoint (according to the pic) in the apache flink UI?
Is there any complete code available for checkpointing so that we can run and see the triggered and completed checkpoint (according to the pic)? [1] https://ci.apache.org/projects/flink/flink-docs-stable/dev/stream/state/checkpointing.html#java [2] https://ci.apache.org/projects/flink/flink-docs-release-1.12/api/java/org/apache/flink/streaming/api/functions/source/SourceFunction.html Thank you for your service!