Hi Team,
Each feature should go to httpcaller(service request) and comes out with response body. in my case httpcall takes 30 secs for each feature. But I can use 10 httpcaller at a time. Now my query is when my first httpcaller runs, the next feature should go to second httpcaller and third one to thirs httpcaler and so on....
used modulo counter , so it resets at 10, and used attrubute filter to separate port outs. But http caller waits to each feature. I mean second httpcaller waits for the first one to complete.
how can I achieve this? for me, I can run the http service parallel y 10 times(10 Licenses I have).
Now i need fme to run the http parallally
Please help