Hello,
On one node from a cluster, I’d like to transfer flowfiles between two
processors which are not in the same process group.
The process group are not localized in the same zone on my canvas and I’d like
to avoid multiple relationship (imbrication of process group) for sending
flowfile from one processor to target processor.
I tried with s2s but the content is pushed, and make not necessary network
pressure on the s2s port.
All I want is to push only the flowfile reference from one processor to target
processor without “physical” relationship. The target processor could continue
to work on the flowfile like if it were the source processor continuity.
This push is only on the node which execute the pipeline, no transfer between
node of the cluster.
Is there a way to achieve this ?
Thanks
ML