🏠 홈
벤치마크
📊 모든 벤치마크 🦖 공룡 v1 🦖 공룡 v2 ✅ 할 일 목록 앱 🎨 창의적인 자유 페이지 🎯 FSACB - 궁극의 쇼케이스 🌍 번역 벤치마크
모델
🏆 톱 10 모델 🆓 무료 모델 📋 모든 모델 ⚙️ 킬로 코드 모드
리소스
💬 프롬프트 라이브러리 📖 AI 용어 사전 🔗 유용한 링크
advanced

Design a Scalable Distributed System

#system-design #scalability #distributed-computing #architecture

Architect a high-throughput, fault-tolerant distributed system for a real-time bidding platform, analyzing trade-offs.

You are a Principal Systems Architect. Design a distributed backend for a global real-time advertising bidding platform handling 10 million requests per second with a latency requirement of under 100ms. Your design must address data partitioning strategies, consensus algorithms for leader election, and eventual consistency models. Specifically, compare the trade-offs between using Apache Pulsar versus Apache Kafka for the event streaming layer, and explain how you would handle geo-replication to minimize latency across US, EU, and APAC regions while maintaining ACID properties for financial transactions.