GitHub user jnioche opened a pull request:

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

    bugfix ConfigurableTopology completely overwrites preexisting config

    The ConfigurableTopology can take configuration files where the values are 
put under a single config element to be compatible with Flux. This PR fixes a 
bug when multiple configs are set, the last one will overwrite any preexisting 
value as everything is put under the same key 'config'

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

    $ git pull https://github.com/jnioche/storm master

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

    https://github.com/apache/storm/pull/2897.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 #2897
    
----
commit a88e4491c39e7dded5a16974ed2fcacc33892ae7
Author: Julien Nioche <julien@...>
Date:   2018-10-26T15:41:03Z

    bugfix ConfigurableTopology completely overwrites preexisting config

----


---

Reply via email to