API / Microservices
How do I decompose an application into services?
We can decompose in several catogories.
- Split by business functionality - define services corresponding to business capabilities.
- Self-contained Service - design services to handle synchronous requests without waiting for other services.
- Services by team.
More Related questions...