advanced
Scalable Event Sourcing Design
Design a system architecture for a high-throughput financial ledger using event sourcing.
📝 Prompt Content
Design a high-level system architecture for a global financial ledger processing platform capable of 100,000 transactions per second. Your solution must utilize Event Sourcing and Command Query Responsibility Segregation (CQRS). Address how you will handle eventual consistency, data partitioning, snapshotting for performance optimization, and disaster recovery across multiple geolocations. Describe the data flow for a single 'TransferFunds' command.