Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • To whoever down voted my post, please state your critic, otherwise it doesn't bring much to the discussion and me personally. I would be more than happy to read your critical comment!!!! Commented Mar 22, 2020 at 20:28
  • Just curious, are you trying to make the services communicate with each other to exchange information, or do you mean that the services hit the same data source, and you want to eliminate hitting the same data source twice? Commented Mar 22, 2020 at 20:56
  • In other word, can two different entities in two different microservices have a relationship like @OneToMany and locate each one in different data bases? Or should just the Order entity communicate with the customer service just to get the details of a customer like name etc. ? Commented Mar 23, 2020 at 15:28