Re: Site-to-Site load balancing

2017-05-18 Thread Bryan Rosander
Hey Mark, The Site-to-Site client attempts to load balance based on the number of flow files each node is currently processing combined with some randomness. [1] Thanks, Bryan [1] https://github.com/apache/nifi/blob/master/nifi-commons/nifi-site-to-site-client/src/main/java/org/apache/nifi/remot

Site-to-Site load balancing

2017-05-18 Thread Mark Bean
How is load balancing across a cluster performed in Site-to-Site? Is it the responsibility of the Cluster Coordinator to inform the remote site-to-site client which Node to push data to? Is the Node determination simply round-robin? or total per Node FlowFile count or byte count? or based on some m