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

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

Commit 62487f575ab89328d37b8486bb00b7109023289e in nifi's branch 
refs/heads/main from Pierre Villard
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=62487f575a ]

NIFI-11891 Added No Tracking listing strategy to ListGCS

This closes #7570

Signed-off-by: David Handermann <[email protected]>


> Add No Tracking Strategy to ListGCS
> -----------------------------------
>
>                 Key: NIFI-11891
>                 URL: https://issues.apache.org/jira/browse/NIFI-11891
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Noura Ali
>            Assignee: Pierre Villard
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Currently, when ListGCS runs for the first time, it lists all the available 
> files in the specified bucket directory, and when it runs in the next times, 
> it lists the files created/modified since last run, using the state stored in 
> the processor.
> What is required is that every time the processor runs(runs after first one), 
> to list all existing files in GCS specified directory, not the files 
> created/modified since last run.
> As I understand this is called "No Tracking" listing strategy that is 
> available in most List* processors, but it doesn't exist in ListGCSBucket.
>  
> Without this capability, I had to build a whole extra pipeline to stop the 
> processor–> clear the state -->start processor, before the ListGCS runs, 
> which is prone to issues with extra work and maintenance effort. 
>  
> Appreciate your help and support.



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

Reply via email to