Hi! I am reading a file of events, splitting the file into events, doing some transformations, merging the file back and posting events in groups of 100. It think this most common use case for data flow tools.
I facing problems in last part of merging the events back. I am using MergeContent processor with following configuration Screen_Shot_2017-01-25_at_13.png <http://apache-nifi-developer-list.39713.n7.nabble.com/file/n14514/Screen_Shot_2017-01-25_at_13.png> Problem is am getting data in small chunks 1-20 events each but I want to group them to 100 events (unless the time expires which is like 2 mins) and post them all together. Not sure how I can configure bin packing algorithm or is there any other processor I should use. Thank you -- View this message in context: http://apache-nifi-developer-list.39713.n7.nabble.com/Merging-content-with-n-events-with-MergeContent-bin-packing-algorithm-tp14514.html Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.