We received the same OrderCreated event twice. Did someone trigger it manually?
Written By Andreas Kimmehed
Last updated 27 days ago
Not necessarily. Event delivery is at-least-once by design, which means a consumer can legitimately receive the same event more than once. Your integration must be idempotent and treat a repeated event as a no-op rather than an error. If duplicates become frequent rather than occasional, report it with the order reference and timestamps.