xiaofan2022 commented on PR #5561: URL: https://github.com/apache/seatunnel/pull/5561#issuecomment-1761042768
> if read size < 100 : read fininsh. > > If the returned JSON structure is as follows, what should be done? > > Just check return data size, the rule is > > ``` > batch size = 100 > if read size < 100 : read fininsh. > if read size = 100 : read next page. > ``` > > Shouldn't care other info in body. I understand, because we have configured parsing rules, we can determine the impact on the result count through the collected data. I will adjust the logic accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
