You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.
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.
unbounded - the paging iterator should poll the stream on the interval specified in the meta.
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.
The text was updated successfully, but these errors were encountered:
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.
paging
iterator should poll the stream on the interval specified in the meta.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.The text was updated successfully, but these errors were encountered: