Skip to content
This repository was archived by the owner on Dec 31, 2020. It is now read-only.

Support unbounded rivers #5

@EronWright

Description

@EronWright

RiverSource[T] should provide a continuous stream of data, never terminating as it does now.

Ideally we would still provide a batch mode of operation too.

  1. unbounded - the paging iterator should poll the stream on the interval specified in the meta.
  2. bounded - the paging iterator should read until a given point in event time, then terminate. All streams should end at the same (event) time - "now" by default.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions