Hello,
i have a 2 node nifi cluster and i am trying to load data from local directory from one of the node(non-primary node) by using listfile processor and doing some transformation and trying to put transformed data into primary node only.
here is my flow:
ListFile(all nodes) --> FetchFile(all nodes) -->ReplaceText(all nodes) -->PutFile(primary node only)
but PutFile is not working, data is hanging in the queue only.
can anyone tell me the solution for this?
@Shu @Matt Burgess @Timothy Spann