Alberne opened a new issue, #9109: URL: https://github.com/apache/seatunnel/issues/9109
### Search before asking - [x] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement. ### Description Page Number Pagination& Cursor-Based Pagination are the common pagination methods used in HTTP APIs. Cursor-based pagination are better for large datasets. the Http source plugin [Connector-V2] currently only supports page-number pagination, in our business scenario, we need to use Cursor-Based Pagination functionality. so, we hope to improve the http source plugin to support this functionality. ### Usage Scenario for example, we request data from facebook API [https://developers.facebook.com/docs/graph-api/results/?locale=en_US], the api used Cursor-based Pagination. ### Related issues _No response_ ### Are you willing to submit a PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
