Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/1184
@mmiklavc wrt failing the whole message or some sort of partial failure
scheme. I don't like failing multiples if we _can_ parse some lines, but I
don't see a good way to cleanly handle it. Or we need to talk it through.
We could track exceptions and lines processed.... and if we got an
exception for every line fail the file, else log the execeptions and a message
about only parsing x of y lines and pass back a partial message list.
Thoughts?
---