Zakelly commented on code in PR #24461:
URL: https://github.com/apache/flink/pull/24461#discussion_r1521260155
##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java:
##########
@@ -520,12 +521,40 @@ public void setTolerableCheckpointFailureNumber(int
tolerableCheckpointFailureNu
* CheckpointingOptions#CHECKPOINTS_DIRECTORY}.
*
* @param cleanupMode Externalized checkpoint clean-up behaviour.
+ * @deprecated Use {@link #setExternalizedCheckpointCleanupV2} instead.
*/
- @PublicEvolving
Review Comment:
I think we should keep the `PublicEvolving` here, although it is deprecated.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]