You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to microservice. In my head for create order flow:
When CreateOrderCommand created, server take request and identity who's requested
Send a request to get user's basket to Basket.API by HTTPClient or Grpc
Check if basket is empty or not before continue process
But look like in code flow, CreateOrderCommand contain all information about basket that is created from payload of HTTP request. Can anyone help me explain why?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm new to microservice. In my head for create order flow:
But look like in code flow, CreateOrderCommand contain all information about basket that is created from payload of HTTP request. Can anyone help me explain why?
Beta Was this translation helpful? Give feedback.
All reactions