-
@VaughnVernon I understand where you're coming from. I was thinking in the next direction: - Monolith having multiple domain responsibilities - Microservices single domain responsibility As the company grows, that microservice with a single responsibility will handle all the sudden multiple
-
@VaughnVernon Then, when the team is too big and so on. We decide to split the "monolith" into Microservices with their own well defined boundary. Does that make sense?