I want to batch incoming flowfiles based on an attribute. As soon as this attributes' value changes, the current batch should be transferred downstream and be reset. So basically I'm looking for a tumbling window.
Can this be done with the MergeContent processor (which strategy?) or should I write my own processor? -- tx
