lz

Results 28 comments of lz

> Hi @spoon-lz , thanks for your contribution! At first glance of your PR, I would suggest keep the old `org.apache.flink.streaming.api.CheckpointingMode` and mark as deprecated. However it is required to...

@Zakelly I also saw the conclusion of the discussion in the email. I will re-edit this PR after #24381 is merged. Another question is, "Split ExternalizedCheckpointCleanup out of CheckpointConfig and...

@Zakelly A separate PR seems more reasonable, I will submit a separate PR to split `ExternalizedCheckpointCleanup`

@Zakelly There are some references to `org.apache.flink.streaming.api.CheckpointingMode` in `ExecutionCheckpointingOptions`. When we move these configurations into `CheckpointingOptions`, do we need to replace them with `org.apache.flink .core.execution.CheckpointingMode`?