[
https://issues.apache.org/jira/browse/NIFI-5293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16508024#comment-16508024
]
ASF GitHub Bot commented on NIFI-5293:
--------------------------------------
Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2783#discussion_r194399030
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/MergeRecord.java
---
@@ -89,6 +89,7 @@
@WritesAttribute(attribute = "merge.count", description = "The number
of FlowFiles that were merged into this bundle"),
@WritesAttribute(attribute = "merge.bin.age", description = "The age
of the bin, in milliseconds, when it was merged and output. Effectively "
+ "this is the greatest amount of time that any FlowFile in this
bundle remained waiting in this processor before it was output"),
+ @WritesAttribute(attribute = "merge.uuid", description = "UUID of the
merged flow file that will be added to the original flow files attributes"),
--- End diff --
Pure nitpick: "will be added to the original _FlowFile's attributes_" and I
also prefer `FlowFile` instead of `flow file` just to be consistent across NiFi
world. Feel free to ignore though :)
> Add merge.uuid to MergeRecord processor
> ---------------------------------------
>
> Key: NIFI-5293
> URL: https://issues.apache.org/jira/browse/NIFI-5293
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
>
> Similarly to NIFI-4262, it'd useful to add the attribute 'merge.uuid' with
> the UUID of the merged flow file to original flow files attributes.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)