Re: Reg. Nifi Clustering Load Balancing

2017-08-29 Thread Kevin Doran
Hi Nishant, A HTTP load-balancer as Bryan suggests is a good option for server-side load balancing so that your client only needs to keep track of a single URL. In addition to the options Bryan mentioned, which are great, most cloud providers offer managed load balancing services, which many

Re: Reg. Nifi Clustering Load Balancing

2017-08-29 Thread Bryan Bende
Hello, You can run a standard HTTP load-balancer in front of ListenHTTP and have your producers use the URL of the load-balancer. Nginx or apache httpd can be used. Thanks, Bryan On Tue, Aug 29, 2017 at 11:40 AM, mayank rathi wrote: > Does this help? > > [image:

Re: Reg. Nifi Clustering Load Balancing

2017-08-29 Thread mayank rathi
Does this help? [image: Inline image 1] On Tue, Aug 29, 2017 at 11:07 AM, Nishant Gupta wrote: > Hello Sir/Madam, > > I need to know how we can implement load balancing and single point access > to all data producer > > I have suppose 100 machines that produce

Reg. Nifi Clustering Load Balancing

2017-08-29 Thread Nishant Gupta
Hello Sir/Madam, I need to know how we can implement load balancing and single point access to all data producer I have suppose 100 machines that produce data.(flowfiles) That data is sent over HTTP from 100 machines to nifi and that we can access using listenHTTP processor in Nifi.(Currently I