DuplicateFlowFile 2.3.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

Property

Description

Number of Copies

Specifies how many copies of each incoming FlowFile will be made

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.

Language: English