
Takes a count UInt64 on the first input and a value t on the second, and emits that value n times each paired tick via repeat. Output type is exactly t; a count of 0 emits nothing that tick.
Replicate a constant a dynamic number of times sized by an upstream count, then gate the burst with a filter.
Fan one payload out into a burst and serialise each replicated event to JSON.
UInt64 count and never reaches the output; the output type is exactly the second input t.