Microservices: Difference between revisions
From Devguid
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
* Resilience to error | * Resilience to error | ||
* Secure | * Secure | ||
=== When do you need one === | |||
* When scaling | |||
=== Size of a microservice === | === Size of a microservice === |
Revision as of 12:38, 25 April 2023
About
- Autonomous
- Single responsibility principle
- Do one thing and do it well
- Should be able to deploy on it's own
- Public interface should be defined clearly
- Perform well
- Resilience to error
- Secure
When do you need one
- When scaling