Question

Looping issue in http pagination

  • 8 July 2022
  • 1 reply
  • 67 views

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?


1 reply

Userlevel 4
Badge

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