Stepper
The Stepper is a tool in Stroom for developing and debugging a Pipeline. It allows the user to simulate passing a Stream through a pipeline with the ability to step from one record/event to the next or to jump to records/events based on filter criteria.
The parsers and translations can be edited while in the Stepper with the element output updating to show the effect of the change. The stepper will not write data to the file system or stream stores.
See Also
Pipeline
Pipeline
A Pipeline is an entity that is constructed to take a single input of stream data and process/transform it with one or more outputs. A Pipeline can have many elements within it to read, process or transform the data flowing through it.Click to see more details...
Stream
Stream
A Stream is the unit of data that Stroom works with and will typically contain many Events.Click to see more details...
Last modified April 7, 2026: Merge branch '7.11' into 7.12 (5ca47c5)