zhuzhurk commented on code in PR #27388:
URL: https://github.com/apache/flink/pull/27388#discussion_r2674577048
##########
flink-core/src/main/java/org/apache/flink/configuration/JobManagerOptions.java:
##########
@@ -309,19 +309,7 @@ public class JobManagerOptions {
"Directory for JobManager to store the archives of
completed jobs.");
/**
- * @deprecated Use {@link
JobManagerOptions#ARCHIVED_APPLICATION_STORE_CACHE_SIZE}
- */
- @Deprecated
Review Comment:
These legacy config options should be kept at the moment, as users may
directly use these java constants, e.g. `JOB_STORE_CACHE_SIZE`, in their data
stream jobs.
--
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]