Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1247
As a side note, I tend to like the approach of using the DAO layers to
read/write the way you've done here @nickwallen . I've used this approach in
the past, and it helped with test coverage and simplifying the amount of extra
custom test code required. It might be worth an overall discussion on how we
want to architect testing other similar endpoints going forward.---
