I am looking for a reliable data transfer approach between different Nifi cluster. I have two Nifi cluster - one fetching data from source and another for pushing data into Hive/HDFS.
I need to transfer data from first nifi cluster to another nifi cluster. Is there any component available in nifi to do this ?
Nifi Cluster 1 GetFile --> Publish to Port
Nifi Cluster 2 Read from Port --> Publish to HDFS
Thanks