Hi

I got a use case like this:

There is a file that contains thousands of items, each on one line. For
each item, it will trigger one GetHTTP processor to fetch some data.

Here is what I am trying to do:

1. Fetch this file
2. For each line, I generate one file using SplitText
3. Drive GetHTTP downstream.

However, given there are more than 2000 lines, more than 2000 HTTP Get
processes will be created and flooded into one web site, which doesn't
sound like a good idea. So I would like to control the processors, so that
only a couple of them will be running at the same time, and maybe delay for
a couple of seconds after finish.

How can I do that in NiFi?

Thanks,
Jeff




-- 
Data Bean - A Big Data Solution Provider in Australia.

Reply via email to