What are some best practices when capturing data across multiple domains? #693
Unanswered
ecormaksin
asked this question in
Q&A
Replies: 1 comment
-
Code from one module can call public API of another module. You'd have a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Taking the sample project as an example, when retrieving order information, the customer name would also be needed. In that case, we need to retrieve data across two domains, "order" and "customer. What would be the best practice when retrieving data across multiple domains, and I can't just deal with it in a SQL query, can I?
Beta Was this translation helpful? Give feedback.
All reactions