Hisoka-X commented on PR #5561:
URL: https://github.com/apache/seatunnel/pull/5561#issuecomment-1761020048

   > 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.


-- 
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]

Reply via email to