You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Pierre Villard (Jira)" <ji...@apache.org> on 2020/02/22 02:39:00 UTC

[jira] [Updated] (NIFI-7183) ReplaceText improvement when removing flowfile content

     [ https://issues.apache.org/jira/browse/NIFI-7183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Villard updated NIFI-7183:
---------------------------------
    Status: Patch Available  (was: Open)

> ReplaceText improvement when removing flowfile content
> ------------------------------------------------------
>
>                 Key: NIFI-7183
>                 URL: https://issues.apache.org/jira/browse/NIFI-7183
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Pierre Villard
>            Assignee: Pierre Villard
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Quite often I see users using ReplaceText processor to remove the content of the flow files. However, quite frequently the defaults values are kept in place except the "Replacement Value" which is set to an empty string. This is a bit inefficient because it'll still do the regex evaluation. It'd be more efficient if changing the "Replacement Strategy" to "Always Replace".
> We could make the processor a bit more clever and do this automatically. This will increase performances and reduce CPU consumption.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)