Github user ecararus commented on the issue:
https://github.com/apache/storm/pull/2228
Hello all
Thanks for advice i found the issue and fixed, i would like to apologize
for misleading by pointing on FluxParser(however propertied.get(key) is
returning string thanks to Yaml.load nimbus.seeds is transformed to a list).
I'm using [storm-maven-plugin](https://github.com/hubrick/storm-maven-plugin)
so the issue was there i'm calling NimbusClient by passing config as:
```
in = new FileInputStream(properiesFileLocation);
Properties prop = new Properties();
prop.load(in);
return config.putAll(prop);
```
I think we can close current issue and apply validation before usage of
configuration.
Thanks everybody for help.
---
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.
---