Skip to content

StreamProcessor I/O limits

Reed Essick requested to merge streamprocessor-io into master

this exposes a bit more API to callers of StreamProcessor.poll to help control I/O queries. We've found that we need to filter triggers as they are read from disk (see !129 (merged)), but this logic was not available within StreamProcessor.

Edited by Reed Essick

Merge request reports