You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Joe Witt <jo...@gmail.com> on 2015/04/08 00:54:15 UTC

Re: Conflict Resolution Strategy

Kartik

I would recommend running something lime rsync for that case.  Nifi is
meant to automate the continuous flow of data from producers to consumers.

Happy to help you think through this further if i have misunderstood.

Thanks
Joe
On Apr 7, 2015 4:14 PM, "Kartik Veerepalli" <ka...@syntasa.com>
wrote:

> Hello all,
>
> I have a use case to copy files from one server to another server and use
> those files for further processing. Using simple GetFile (with Keep Source
> File property set to true) and PutFile processors. But, when I move those
> files from the destination server for processing, Apache Nifi is copying
> the files from the source server to the destination server all over again.
> Is there a way I can work around this? There are only 3 options under the
> conflict resolution strategy property - replace, ignore and fail none of
> which fits my use case. Any suggestions?
>
> Thanks
> Kartik
>