Re-processing
The act of repeating the processing of a set of input data (Stream) that have already been processed at least once. Re-Processing can be done for an individual Stream or multiple Streams using a Processor Filter.
See Also
Stream
Stream
A Stream is the unit of data that Stroom works with and will typically contain many Events.Click to see more details...
Processor filter
Processor filter
A Processor Filter is used to used to find Streams to process through the Pipeline associated with the Processor Filter. A Processor Filter consists of an expression tree to select which Streams to process and a tracker to track the what Streams have been processed.Click to see more details...
Last modified April 24, 2026: Fill in 7.12 upgrade notes (597c57e)