Question

Pagination issue with http client


I am trying to make a GET call using http client. Say I have 50 pages to be read, my requirement is to read all the pages (50 in this case) and send that to target in the initial run itself. But the pipeline reads only 1st page and comes to an end even without a pipeline finisher. I tried with batch mode and streaming mode, but no luck. Tried with pagination set in all different modes, didn't help. How can I read the entire pages available in a single batch run?


0 replies

Be the first to reply!

Reply