Github user cestella commented on a diff in the pull request:

    https://github.com/apache/incubator-metron/pull/308#discussion_r83447207
  
    --- Diff: 
metron-platform/metron-parsers/src/main/java/org/apache/metron/parsers/interfaces/MessageParser.java
 ---
    @@ -34,15 +34,15 @@
        * @param rawMessage
        * @return If null is returned, this is treated as an empty list.
        */
    -  List<T> parse(byte[] rawMessage);
    +  List<T> parse(byte[] rawMessage, SensorParserConfig sensorParserConfig);
    --- End diff --
    
    @nickwallen The differences between `configurationChanged` and `configure` 
is that `configure` has an existing intent and this would change it, we would 
need to ensure every parser's configure implementation is compatible with this 
change in intent and doesn't cause regression.
    
    Regarding the similarity in names, I obviously don't think they're too 
similar (otherwise I'd not have suggested it ;).  I think 
`configurationChanged` sounds like a hook that is called when configurations 
change, which is exactly what it would be.  `configure` has an existing 
understanding, which is a one-time configuration.
    
    I've expressed a desire to get rid of one of `init` or `configure`, but I 
don't really care which. 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to