Hi all, over the last couple of days, I've been playing with the different load balancing options. They all seem to do what they are designed for but I have a small issue and I am not sure how to deal with this...
Let's say I have a process A which output is load balanced on all the nodes within my cluster to a processor B. Once everything has been processed on each node, I want to bring back everything to the same node to merge the results together and perform additional processing. Should I use a MergeContent on the main/primary node? or configure the output queue to use the "Single node" load balancing strategy? The documentation for the latest says that " the node the flows will be sent to is not defined". What is the recommended approach for this? Thanks