When a service calls another service #128
JuTiger-Lee
started this conversation in
General
Replies: 1 comment 12 replies
-
Depends on your preference. You can use a port, or you can put feed retrieving logic into a query and use a queryBus, this will make things more decoupled. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
For example When UserService need FeedService getFeed method
How to import FeedService?
Should a service use a port when fetching another service? Or should I use commandBus?
Beta Was this translation helpful? Give feedback.
All reactions