Please enable JavaScript.
Coggle requires JavaScript to display documents.
Microservices (Drawbacks (10-100 LOC advocated by some developers /…
Microservices
Drawbacks
-
Development Complexity: inter-process communication, make use of messaging, handle partial failure if destination is down
-
-
-
-
-
-
Instead of monolithic application, split into smaller interconnected services
Service: distinct functionality like order management, customer management, etc.
-
-
Deployment is easier for specific users, devices, or specialized use cases
-
-
Scaling
-