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?
Page 1 / 1
Hi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.