JunRuiLee commented on code in PR #23606: URL: https://github.com/apache/flink/pull/23606#discussion_r1410077969
########## flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java: ########## @@ -1082,6 +1082,9 @@ public static class GlobalJobParameters implements Serializable { * Convert UserConfig into a {@code Map<String, String>} representation. This can be used by * the runtime, for example for presenting the user config in the web frontend. * + * <p>NOTE: While persisting configuration settings to files, it's advisable to avoid using + * this method and instead use the {@link Configuration#toFileWritableMap()} method. + * Review Comment: fixed. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org