Microservices - Migration from Monolith
A team notices that their
UserService and NotificationService are tightly coupled because UserService calls NotificationService directly for every user update. What is the best way to fix this boundary issue?