rbanks54 / microcafe

Sample code to show microservices using NET, in the context of a cafe
119 stars 50 forks source link

Cleanup cashier and barista services #2

Open rbanks54 opened 8 years ago

rbanks54 commented 8 years ago

Get them working to show cross-service comms working properly.

rbanks54 commented 7 years ago

Currently have admin product creation feeding the cashier service. Cashier order creation events listened to by barista service. Still need to hook the cashier up to the barista order preparated event to update the order status and complete the order when/if payment is finalised.