Famous Quotes & Sayings

Resilient Architecture Quotes & Sayings

Enjoy reading and share 1 famous quotes about Resilient Architecture with everyone.

Share on Facebook Share on Twitter Share on Google+ Pinterest Share on Linkedin

Top Resilient Architecture Quotes

Resilient Architecture Quotes By Nickolay Tsvetinov

If the application is event-driven, it can be decoupled into multiple self-contained components. This helps us become more scalable, because we can always add new components or remove old ones without stopping or breaking the system. If errors and failures are passed to the right component, which can handle them as notifications, the application can become more fault-tolerant or resilient. So if we build our system to be event-driven, we can more easily achieve scalability and failure tolerance, and a scalable, decoupled, and error-proof application is fast and responsive to users. — Nickolay Tsvetinov