Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/824
@merrimanr For the findAllLatest, can we add a default implementation to
the interface that would cover HBase (i.e. just do a for loop lookup), even if
it's not efficient. Otherwise, it should just be a MultiGet right if we want
to do something more efficient / HBase specific, right?---
