Bender
Results
2
comments of
Bender
trafficstars
I've tried out the configuration introduced in this PR https://github.com/linkedin/Burrow/pull/488, which enables consuming the earliest offsets first (OffsetNewest consuming type in Kafka), and back-fills historical data in parallel. It really...
For future references, this could be approached by using a "dummy" query to create `Predicate`: ``` CriteriaQuery dummyQuery = cb.createQuery(); Predicate predicate = specification.toPredicate(subRoot, dummyQuery, criteriaBuilder); if (predicate != null)...