Flow Event Queue Plugin

plugin
flow
By Communityv1.4.2Updated 2026-02-15

A durable event queue plugin for Aulay Flow that buffers incoming events, provides at-least-once delivery guarantees, and supports dead-letter queues. Configure retention policies, replay windows, and backpressure thresholds via a simple YAML config.

events
queue
durable
reliability
Installation

Copy this configuration into your project:

# Add to flow.plugins.yaml
plugins:
  - name: event-queue
    version: "1.4.2"
    config:
      retention: 7d
      max_retries: 3
      dead_letter: true

Details

Type
plugin
Platforms
flow
Version
1.4.2
Author
Community
Install method
copy config