Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1184
@ottobackwards Yeah, understood about the message vs raw bytes. It seems
like there are 2 options here - use validate or modify the message parser
interface to return a List of something other than a `List<JSONObject>`. If you
were to go the validate route, how would you modify and return the messages
that failed to parse so that validate can handle them? I'd expect them to be
indexed to the error topic in the same style as the single message parsers.
---