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 Nov 8, 2023. It is now read-only.
Build a processing strategy that collects messages into batches and periodically submits the batch to the next step. This is useful in scenarios where we need to batch messages, e.g. to bulk write on a storage. We want to provide something equivalent to what Python Arroyo does here: https://github.com/getsentry/arroyo/blob/main/arroyo/processing/strategies/streaming/collect.py
The text was updated successfully, but these errors were encountered: