GitHub user Ethanlm opened a pull request:
https://github.com/apache/storm/pull/2577
[STORM-2977] BlowfishTupleSerializer tries to use zookeeper secret if
blowfish.key is not present
https://issues.apache.org/jira/browse/STORM-2977
Tries to use Config.STORM_ZOOKEEPER_TOPOLOGY_AUTH_PAYLOAD before throwing
exceptions. Making it simpler to use
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Ethanlm/storm STORM-2977
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2577.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 #2577
----
commit 02dd470ef5d317658fcf0e2c5a2dcba7bded8fd6
Author: Ethan Li <ethanopensource@...>
Date: 2018-02-26T21:59:30Z
[STORM-2977] BlowfishTupleSerializer tries to use zookeeper secret if
blowfish.key is not present
----
---