event-ordering-strategy
CommunityDeterministic, per-aggregate event processing.
Software Engineering#inbox#kafka#idempotency#order#optimistic-concurrency#event-ordering#delivery-guarantee
Authormarquesfelip
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Ensure per-aggregate events are processed in a strict sequence to prevent state machine corruption and data inconsistencies.
Core Features & Use Cases
- Partition-key design for Kafka to ensure events for the same aggregate land on the same partition.
- Inbox-based ordering and optimistic concurrency for non-partitioned brokers (e.g., SQS, webhooks).
- Out-of-order detection and deferral/retry logic to preserve correctness during retries and replays.
Quick Start
Configure your event processor to enforce per-aggregate ordering using an ordered inbox and optimistic concurrency checks.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: event-ordering-strategy Download link: https://github.com/marquesfelip/agents-and-skills/archive/main.zip#event-ordering-strategy Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.