hello everyone i'm new to microservice's architecture , so i have a miscroservice which every entity is linked to the 'user' entity , but the problem is that the 'user' entity is in another microservice , is there any solution ?
- I don't know where to user the @onetomany relation if i don't have the two entities in the same microservice)
- i can't combine the two microservices together.
what about domain model layer ? is it the best solution to user another microservice's data ?
thanks in advance.