advanced
Microservices Architecture Design
Design a scalable microservices architecture for a high-load collaborative platform.
📝 Prompt-Inhalt
Design a comprehensive microservices architecture for a real-time collaborative editing platform supporting 10,000 concurrent users. Focus on service decomposition, data consistency patterns (SAGA vs. 2PC), inter-service communication (gRPC vs. REST), and deployment strategy (Kubernetes). Include a diagram description and justification for technology choices.