advanced
Scalable System Design
Design a high-level microservices architecture for a global e-commerce platform.
📝 Contenuto del prompt
Outline a high-level microservices architecture for a global e-commerce platform capable of handling 100,000 concurrent transactions per second. Define specific services for inventory, payment processing, and user management. Explain how you would handle data consistency across distributed databases, implement event-driven communication using Kafka or RabbitMQ, and ensure high availability. Discuss the trade-offs involved in choosing between eventual consistency and strong consistency for the shopping cart service.