[ 
https://issues.apache.org/jira/browse/FLINK-5781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16004282#comment-16004282
 ] 

ASF GitHub Bot commented on FLINK-5781:
---------------------------------------

Github user dawidwys commented on the issue:

    https://github.com/apache/flink/pull/3495
  
    How about adding another class like ConfigGroup?
    ```
    public static final ConfigGroup WEB_FRONTEND = new 
ConfigGroup("WebFrontend",
        WEB_BACKPRESSURE_DELAY,
        WEB_BACKPRESSURE_NUM_SAMPLES
        ...
    );
    ```
    
    Unfortunately then we would need to add every option to a group. We could 
add a testCase that will check if every option belongs to some ConfigGroup.
    
    Also we could provide a helper annotation `@ConfigGroup(String name)` for 
classes that all options belong to single ConfigGroup. 


> Generation HTML from ConfigOption
> ---------------------------------
>
>                 Key: FLINK-5781
>                 URL: https://issues.apache.org/jira/browse/FLINK-5781
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Documentation
>            Reporter: Ufuk Celebi
>            Assignee: Dawid Wysakowicz
>
> Use the ConfigOption instances to generate a HTML page that we can use to 
> include in the docs configuration page.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to