Currently there isn't really a standard approach for this, but you
might be able to make part of the flow get the file from somewhere.
For example, if you had an SFTP server or HDFS, you could put it there
and have processors like ListSFTP -> FetchSFTP -> PutFile.

On Fri, Sep 20, 2019 at 3:20 PM Christopher J. Amatulli
<[email protected]> wrote:
>
> Looking for ideas on how to put a file on every Nifi node in a cluster.
>
>
>
> Use case: We have a file (approximately 25MB) which needs to be written for 
> reference to all nodes in the Nifi cluster. Since Nifi inherently mirrors the 
> flow.xml.gz, does a method exist to add “other” files to that replication 
> process?
>
>
>
>

Reply via email to