DuplicateFlowFile 2025.10.2.19¶
捆绑包¶
org.apache.nifi | nifi-standard-nar
描述¶
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.
输入要求¶
REQUIRED
支持敏感的动态属性¶
false
属性¶
属性 |
描述 |
|---|---|
副本数量 |
指定每个传入 FlowFile 将制作多少份副本 |
关系¶
名称 |
描述 |
|---|---|
success |
原始 FlowFile 和所有副本将发送到此关系 |
写入属性¶
名称 |
描述 |
|---|---|
copy.index |
一个从零开始的递增整数值,用于指示 FlowFile 是第几份副本。 |