🏠 الرئيسية
المقاييس
📊 جميع المقاييس 🦖 ديناصور v1 🦖 ديناصور v2 ✅ تطبيقات قائمة المهام 🎨 صفحات حرة إبداعية 🎯 FSACB - العرض النهائي 🌍 مقياس الترجمة
النماذج
🏆 أفضل 10 نماذج 🆓 نماذج مجانية 📋 جميع النماذج ⚙️ كيلو كود
الموارد
💬 مكتبة الأوامر 📖 قاموس الذكاء الاصطناعي 🔗 روابط مفيدة
advanced

Scalable System Architecture Refactor

#coding #architecture #system-design

Request a comprehensive review and refactoring plan for a monolithic codebase into microservices.

Act as a Senior Software Architect. I have a legacy monolithic application built in Java using a relational database. It is experiencing scaling issues during peak traffic. Analyze the potential pitfalls of the current state and design a migration strategy to transition the application into a microservices architecture. Your response must include: 1) A list of services to extract, 2) A data consistency and migration strategy, 3) An inter-service communication protocol recommendation (synchronous vs asynchronous), and 4) Handling of authentication and authorization across services. Do not write code, provide architectural diagrams in text format (Mermaid or ASCII) and a detailed technical rationale.