[ 
https://issues.apache.org/jira/browse/NIFI-14110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17939051#comment-17939051
 ] 

ASF subversion and git services commented on NIFI-14110:
--------------------------------------------------------

Commit 20afcbaba18926fd19486eb6ad3eba540f705fea in nifi's branch 
refs/heads/main from EndzeitBegins
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=20afcbaba1 ]

NIFI-14110 Support to limit content size in PackageFlowFile

Due to using a different API to retrieve the FlowFiles
the behaviour when working with multiple queues is no longer unspecified.

Enhance tests to ensure FlowFiles are rejected once size limit was reached

Explain batching behaviour in UseCases

Signed-off-by: Mike Moser <[email protected]>

Closes #9595


> Support to limit content size in PackageFlowFile
> ------------------------------------------------
>
>                 Key: NIFI-14110
>                 URL: https://issues.apache.org/jira/browse/NIFI-14110
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: endzeit
>            Assignee: endzeit
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The PackageFlowFile processor supports to limit the number of FlowFiles 
> combined into a single package.
> However, depending on the size of the FlowFile contents, the resulting 
> packages might vary greatly. This issue proposes the addition of a property 
> "Maximum Batch Content Size" which allows to limit the amount of FlowFile to 
> include in a batch based on the FlowFile's content size.
> This way users have more control over the size of packages created, which 
> might be important depending on where to and how the package is transferred 
> afterwards.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to