Skip to main content

I have a pipeline that gives http response (using http client origin for GET request) in json format which uses pagination option ‘By page Number’. After reaching the final page, pipeline doesn’t come to a halt but instead keeps running and writes the last page records over and over again. We use batch mode, but tried with polling and streaming modes but no luck. Any specific settings to be followed?

Hi @AJ20 

 

Make sure you choose the right mode for your Http Client orgin.

 

Changing it to batch will read all the records and stop the pipeline.


Reply