Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1249
@ottobackwards I'm not sure what you mean by ingest here? In my head
"ingest" is just getting data into Kafka before the parsers (and really Metron
as a whole) is involved. Could you expand a bit on what you would want each of
those projects to actually contain?
I'm not opposed to organizing things a bit differently, to avoid exploding
things out too much if we add other platforms (especially since it's really not
hard to adjust this PR as needed), but I would have expected something more like
```
.
âââ metron-parsers
âââ metron-parsers-common
âââ metron-parsers-storm
```
---