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

Support unbounded rivers #5

Open
EronWright opened this issue Mar 18, 2016 · 0 comments
Open

Support unbounded rivers #5

EronWright opened this issue Mar 18, 2016 · 0 comments

Comments

@EronWright
Copy link
Collaborator

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant