advanced
Monolith to Microservices Migration Strategy
Design a comprehensive strategy for refactoring a legacy monolithic application into microservices.
📝 Contenu du Prompt
You are a senior software architect tasked with refactoring a massive, tightly-coupled monolithic application into a microservices architecture. The system handles millions of requests daily and cannot afford downtime. Outline a step-by-step migration plan that addresses data consistency, service boundaries, inter-service communication, and the strangler fig pattern. Additionally, identify potential security risks associated with the transition and propose mitigation strategies.