Github user srdo commented on the issue:
https://github.com/apache/storm/pull/2228
@ecararus Thanks. I'm not too familiar with Flux, but going by what you
listed in the issue, I'm guessing it's a problem where the
`["nb.mycompany.org"]` from dev.properties is being substituted into the
topology.yaml as a string instead of a list.
Shot in the dark, does your topology.yaml do something like
```
config:
nimbus.seeds: "${nimbus.seeds}"
```
If so, would it work to instead write
```
config:
nimbus.seeds: ${nimbus.seeds}
```
---
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.
---