Github user mmiklavc commented on a diff in the pull request:
https://github.com/apache/metron/pull/1250#discussion_r230200490
--- Diff:
metron-platform/metron-common/src/main/java/org/apache/metron/common/bolt/ConfiguredParserBolt.java
---
@@ -36,4 +44,20 @@ protected SensorParserConfig
getSensorParserConfig(String sensorType) {
return getConfigurations().getSensorParserConfig(sensorType);
}
+ @Override
+ public void prepare(Map stormConf, TopologyContext context,
OutputCollector collector) {
--- End diff --
Same as the comment for enrichment - do we want this tied to the bolts this
way?
---