Github user revans2 commented on the issue:
https://github.com/apache/storm/pull/2228
The patch right now looks fine to me, but I don't think it fixes your issue
with flux. Looking at the flux code inside FluxParser.java the `${NAME}`
substitution is literately a macro substitution that happens before the YAML
parsing. So if you want it to be an array you need to do like @srdo said and
use `["nb.mycompany.org"]` for nimbus.seeds in your properties file instead of
just `"nb.mycompany.org"`.
---
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.
---