Github user merrimanr commented on the issue: https://github.com/apache/metron/pull/737 I moved the default values to the storm config and changed getNumWorkers and getNumAckers to return the values in the storm config if numWorkers/numAckers is null. Is this what you were thinking? I had to set the defaults in SensorParserConfig because I could not find a way to get these defaults from the Storm Java API. Is there a way and I just missed it?
---