close
Skip to content

[Improve][Connector-V2][Http] Supports Cursor-based Pagination #9109

Description

@Alberne

Search before asking

  • I had searched in the feature 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?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions