walmut commented on a change in pull request #4167: NIFI-7263 Add [No Tracking]
Listing Strategy to ListFile/ListFTP proc…
URL: https://github.com/apache/nifi/pull/4167#discussion_r401076346
##########
File path:
nifi-nar-bundles/nifi-extension-utils/nifi-processor-utils/src/main/java/org/apache/nifi/processor/util/list/AbstractListProcessor.java
##########
@@ -192,12 +192,16 @@
" However additional DistributedMapCache controller
service is required and more JVM heap memory is used." +
" See the description of 'Entity Tracking Time Window'
property for further details on how it works.");
+ public static final AllowableValue NO_TRACKING = new
AllowableValue("none", "No Tracking",
+ "This strategy lists an entity without any tracking. Any property
that related to persist state" +
+ " will be disregarded.");
Review comment:
@pvillard31 How about this: "This strategy lists an entity without any
tracking. The same entity will be listed each time on executing this processor.
It is recommended to change the default run schedule value. Any property that
related to the persisting state will be disregarded."
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services