Hacker News new | ask | show | jobs
by chaoz_ 1425 days ago
> Fault Isolation > The ability for a single feature of your application to go down without taking the rest down with it is a big bonus of a properly designed microservices architecture.

Yes, but it also comes with a cost. Microservices might still fail in a cascade manner and bringing such system up under significant load is even more challenging.

1 comments

Also known as "multiple points of multiple failures".