When submitting a Config with a topology are any parameters added to the Config
unique and only accessible to that topology?
StormSubmitter.submitTopology(name, config, topology)
I have a generic topology that has several generic bolts that are to be
configured during the prepare.
During the prepare they would pull this config parameter as a key to get
detailed assets/configuration info that is stored in mongo.
I would like to add a parameter to the Config prior to submission
topology.assets=someValue
someValue would be unique in with each topology submission, but the key,
topology.assets, would be same with each topology submission.
- Robert D. Birch