- Notifications
You must be signed in to change notification settings - Fork123
Open
Labels
Description
A big selling point of microservices is allowing teams to work independently by separating concerns across services. This can also be mostly achieved with monoliths through modules and controlling the visibility of classes and methods. Just because you split to microservices doesn't mean you are decoupled either.