Advanced
Event Sourcing Architecture Design
Design a complex event sourcing system for a fintech platform handling high-frequency transactions.
📝 Prompt Content
Design a comprehensive event sourcing architecture for a high-frequency fintech trading platform. Your design must address event versioning, snapshot optimization strategies to prevent read performance degradation, and eventual consistency models across geographically distributed data centers. Explain how you would handle command-side validation failure compensation and ensure idempotency for duplicate events. Include a detailed breakdown of the storage engine selection criteria and the pattern for handling out-of-order events.