Github user shuai-xu commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3304#discussion_r102899339
  
    --- Diff: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
    @@ -168,6 +168,11 @@
        public static final String LIBRARY_CACHE_MANAGER_CLEANUP_INTERVAL = 
"library-cache-manager.cleanup.interval";
     
        /**
    +     * The config parameter defining the task manager resource profile.
    +    */
    +   public static final String TASK_MANAGER_RESOURCE_PROFILE_KEY = 
"taskmanager.resourceProfile";
    --- End diff --
    
    Yes, it is a internal config. I though flink put all config consts here and 
use @PublicEvolving to identify the ones can be used by users. Do you have any 
suggestion for where to put the internal configs?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to