I want to clarify how single node load balancing works. My assumption is the following:
When load balancing occurs, all flowfiles are directed to the same node, but to which one they are directed to, can change over time. So if the queue contains 10 flowfiles right now, they will all be directed to the same node, lets say 'node x'. After processing, the queue becomes empty and 100 flowfiles arrive again. Now all those flowfiles will be directed to the same node, but that node might not be 'node x'. If a flowfile arrives to a non-empty queue, the new flowfile will be directed to the same node as the other flowfiles currently in the queue. So the node assignment can change only after a queue is emptied. Is my assumption correct? Thank you.
