spoon-lz commented on code in PR #24374:
URL: https://github.com/apache/flink/pull/24374#discussion_r1616761845


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/ExecutionCheckpointingOptions.java:
##########
@@ -38,8 +38,11 @@
  * Execution {@link ConfigOption} for configuring checkpointing related 
parameters.
  *
  * @see CheckpointConfig
+ * @deprecated All configuration items in this class have been moved to {@link
+ *     org.apache.flink.configuration.CheckpointingOptions}.
  */
 @PublicEvolving
+@Deprecated

Review Comment:
   1. After adding the annotation, it looks like the `execution checkpointing 
configuration.html` file needs to be deleted manually.
   2. Should all descriptions related to 
`execution_checkpointing_configuration` in 
`docs/content/docs/deployment/config.md` be deleted (line 430 to 433),same as 
`content_hz`.



-- 
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]

Reply via email to