Re: Dataflow architecture for multiple sources

2016-03-25 Thread Joe Witt
#x27;s mostly up to me. I think I will go on one processor > per source to avoid backpressure mesures to be taken for all the flows. > > > Aurélien. > > > > > De : Andrew Grande > Envoyé : mardi 22 mars 2016 22:15 > À : users@nifi.a

RE: Dataflow architecture for multiple sources

2016-03-25 Thread Aurélien DEHAY
users@nifi.apache.org Objet : Re: Dataflow architecture for multiple sources Aurélien, The choice of a multiplexing channel or multiple dedicated ones is really up to any constraints your environment may (not) have. E.g. if you are able to expose every port required for a socket-based protocol or no. On the

Re: Dataflow architecture for multiple sources

2016-03-22 Thread Andrew Grande
Aurélien, The choice of a multiplexing channel or multiple dedicated ones is really up to any constraints your environment may (not) have. E.g. if you are able to expose every port required for a socket-based protocol or no. On the NiFi side, take a close look at Backpressure here, it will take