DuplicateFlowFile 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Intended for load testing, this processor will create the configured number of copies of each incoming FlowFile. The original FlowFile as well as all generated copies are sent to the 'success' relationship. In addition, each FlowFile gets an attribute 'copy.index' set to the copy number, where the original FlowFile gets a value of zero, and all copies receive incremented integer values.
Tags
duplicate, load, test
Input Requirement
REQUIRED
Supports Sensitive Dynamic Properties
false
Properties
Relationships
Name Description
success The original FlowFile and all copies will be sent to this relationship
Writes Attributes
Name Description
copy.index A zero-based incrementing integer value based on which copy the FlowFile is.