Skip to content

Async pagination support #34

Description

@OmarAlJarrah

Problem

Pagination is sync-only.

Proposed change

Add PageAsync<T> + an async paginator (iterative re-arm) using java.util.concurrent (Java-8 friendly) in sdk-core. Expose Flow/Flux iteration in the async adapter modules, not core. Preserve the max-pages cap + per-page close.

Acceptance

  • Async page iteration in core
  • Reactor/coroutines bridges in adapters
  • Tests

Coordinate with pagination unification.

Dependencies


Priority: medium · Effort: large

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestsdk-coresdk-core toolkit

    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