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
Please describe what you would like to see in this project
We need a way to stream data between steps instead of providing them in a bunch.
Please describe your use case
Some steps provide a lot of data, or provide data over a longer period of time. For example,a Prometheus scraper would do this. To guarantee safe storage and efficiency, it should be possible to stream data between two steps that support it, or stream data to a loop that processes the data.
Additional context
The implementation should consider batching with time-window to make data transfers efficient.
The text was updated successfully, but these errors were encountered:
Please describe what you would like to see in this project
We need a way to stream data between steps instead of providing them in a bunch.
Please describe your use case
Some steps provide a lot of data, or provide data over a longer period of time. For example,a Prometheus scraper would do this. To guarantee safe storage and efficiency, it should be possible to stream data between two steps that support it, or stream data to a loop that processes the data.
Additional context
The implementation should consider batching with time-window to make data transfers efficient.
The text was updated successfully, but these errors were encountered: