Skip to content

feat: add batch handlers for bulk event dispatch (#16)#16

Merged
Raezil merged 1 commit into
mainfrom
feat/batch-handlers
May 21, 2026
Merged

feat: add batch handlers for bulk event dispatch (#16)#16
Raezil merged 1 commit into
mainfrom
feat/batch-handlers

Conversation

@Raezil
Copy link
Copy Markdown
Member

@Raezil Raezil commented May 21, 2026

Introduces BatchHandlerFunc and RegisterBatch, allowing events for a projection to be collected across a Publish cycle and delivered as a slice in configurable chunks. Supports fan-out, DLQ routing, panic recovery, async dispatch, and per-event lifecycle hooks. Updates README with full batch handler documentation.

Introduces BatchHandlerFunc and RegisterBatch, allowing events for a
projection to be collected across a Publish cycle and delivered as a
slice in configurable chunks. Supports fan-out, DLQ routing, panic
recovery, async dispatch, and per-event lifecycle hooks. Updates README
with full batch handler documentation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Raezil Raezil merged commit f5bb1bc into main May 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant