Skip to content

DetectorRepository finder methods need to return paging results #522

Description

@williewheeler

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions