Hacker News new | ask | show | jobs
by geomagilles 754 days ago
The idea is that each business process can be implemented through its own service. So a microservice architecture is still very relevant from an organisational point of view. The team in charge of this business process must know the interfaces of the services it uses. But they are the only ones. There is actually less coupling in this organisation, not more.
1 comments

But those services know about each other and have to communicate, right?