This project aims to emulate microservice for an online store. In this project we have three microservices:
This project aims to emulate microservice for an online store. In this project we have three microservices:
- AccountService : Takes care of events linked to user accounts
- AccountService : Takes care of events linked to user accounts
- OrderService : Takes care of events linked to orders from users
- OrderService : Takes care of events linked to orders from users
...
@@ -8,6 +6,7 @@ This project aims to emulate microservice for an online store. In this project w
...
@@ -8,6 +6,7 @@ This project aims to emulate microservice for an online store. In this project w
In the different services we test the appearance of certain events that trigger other ones. This is how the chain of command works and the services communicate together through the broker.
In the different services we test the appearance of certain events that trigger other ones. This is how the chain of command works and the services communicate together through the broker.