GitHub user revans2 opened a pull request:

    https://github.com/apache/storm/pull/2065

    STORM-832: Allow config validation to be used by plugins/etc.

    I did this because hard coding the usage of DaemonConf.java into a few 
places just didn't look right, and I thought it would be better to just do this 
feature and make it generic so others can start using this too, and config 
settings for a plugin can be with the plugin, and not forced to be in Config or 
DaemonConfig

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/revans2/incubator-storm STORM-832

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/storm/pull/2065.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2065
    
----
commit aec187f4302ac81f0bc308278beed6e9c56b7d3e
Author: Robert (Bobby) Evans <[email protected]>
Date:   2017-04-12T18:31:20Z

    STORM-832: Allow config validation to be used by plugins/etc.

----


---
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