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


##########
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:
   Configurations that were added `@Deprecated` are not moved to 
`CheckpointingOptions`, and these configurations will not be displayed in 
`checkpointing_configuration.html`.



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