Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How does this implementation correlate to the microservices related to in the online microsoft docs? #222

Open
mlenart1010 opened this issue Aug 14, 2021 · 0 comments

Comments

@mlenart1010
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant