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
Four aggregates — Delivery, Package, Drone, and Account — and two domain services, Scheduler and Supervisor.
Delivery and Package are obvious candidates for microservices. The Scheduler and Supervisor coordinate the activities performed by other microservices, so it makes sense to implement these domain services as microservices.
I dont see Microservices here just a console app.
The text was updated successfully, but these errors were encountered:
https://docs.microsoft.com/en-us/azure/architecture/microservices/model/microservice-boundaries#example-defining-microservices-for-the-drone-delivery-application
Four aggregates — Delivery, Package, Drone, and Account — and two domain services, Scheduler and Supervisor.
Delivery and Package are obvious candidates for microservices. The Scheduler and Supervisor coordinate the activities performed by other microservices, so it makes sense to implement these domain services as microservices.
I dont see Microservices here just a console app.
The text was updated successfully, but these errors were encountered: