Github user ottobackwards commented on the issue:
https://github.com/apache/metron/pull/1249
I guess what I mean is that there will be or may be common things that
aren't related to parsers, but are related to storm + spark etc. Ingest is the
wrong word.
```bash
âââ metron-parsing
âââ metron-parsers
âââ metron-parsers-common
âââ metron-parsing-common
âââ metron-parsing-storm
```
maybe this is better.
Also, it may be that there is shared storm/spark code between all our
topologies that shouldn't be buried in parsers.
---