Github user caofangkun commented on a diff in the pull request:

    https://github.com/apache/storm/pull/479#discussion_r27090305
  
    --- Diff: storm-core/src/jvm/backtype/storm/Config.java ---
    @@ -567,6 +567,39 @@
         public static final Object UI_HEADER_BUFFER_BYTES_SCHEMA = 
Number.class;
     
         /**
    +     * This port is used by Storm DRPC for receiving HTTPS (SSL) DPRC 
requests from clients.
    +     */
    +    public static final String UI_HTTPS_PORT = "ui.https.port";
    --- End diff --
    
    Will be better if you could  modify file  
    ```
    storm-core/conf/defaults.yaml  
    ```
    and give these newly added configs default values.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to