|
|
|
|
|
by Retric
3586 days ago
|
|
Microservces enforce some separation of concerns, but Monoliths can use the same approach without nearly as much complexity. Overall, I find microservices to add a huge range of new failure modes for little net gain. The sweet spot seems to be services where large chunks of the application operate independently. 10 services are manageable, 100 are not. |
|
Do they?
> The sweet spot seems to be services where large chunks of the application operate independently.
Which could be said to be a design choice in many cases, perhaps even most.