Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Build a collect strategy that support batching #40

@lynnagara

Description

@lynnagara

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions