ExpediaGroup/adaptive-alerting

DetectorRepository finder methods need to return paging results

williewheeler opened this issue · 0 comments

Currently DetectorRepository has finders that return simple Lists. This means that we can end up with unbounded result sets. This is an actual risk as there are potentially millions of detectors, all created by a common automated process.

We need to replace these with paging result sets.