microservices and bounded contexts
问题 For the sake of question, let's say i have 2 microservices. Identity management Accounting I know that each microservice should not be tightly coupled and it should have it's own database. Let's say that accounting has invoices and each invoice has issuing agent. Agent from accounting also exists as User in Identity microservice. If i understood well, data from identity management (users), should be copied to accounting (agents), and should copy only data which are needed for that bounded