Skip to main content

Memory

The Memory event provider uses in-process Go channels for message delivery. No external services required.

Configuration​

Environment Variables​

EVENTS__TYPE=memory

YAML Configuration​

events:
type: memory
VariableDescriptionDefaultRequired
EVENTS__TYPEEvent provider type-✅
warning

The Memory provider does not persist events across restarts and only works with a single application instance.