Skip to content

add another Functional transformer: SplittingMergingTransformer

Gerhard Raven requested to merge splitting-merging-transformer into master

Add a SplittingMergingTransformer which fetches a configuration time specified number of same-type inputs from the event store, and which stores a configuration time specified number of same-type objects to the event store. Note that the input types and output types can both be specified.

Merge request reports