- Spring 5.0 Microservices(Second Edition)
- Rajesh R V
- 205字
- 2021-07-02 19:44:51
Antifragility, fail fast, and self healing
Antifragility is a technique successfully experimented with at Netflix. It is one of the most powerful approaches to build fail-safe systems in modern software development.
The antifragility concept is introduced by Nassim Nicholas Taleb in his book, Antifragile: Things That Gain from Disorder.
In the antifragility practice, software systems are consistently challenged. Software systems evolve through these challenges, and, over a period of time, get better and better to withstand these challenges. Amazon's Game Day exercise and Netflix's Simian Army are good examples of such antifragility experiments.
Fail Fast is another concept used to build fault-tolerant, resilient systems. This philosophy advocates systems that expect failures versus building systems that never fail. Importance has to be given to how quickly the system can fail, and, if it fails, how quickly it can recover from that failure. With this approach, the focus is shifted from Mean Time Between Failures (MTBF) to Mean Time To Recover (MTTR). A key advantage of this approach is that if something goes wrong, it kills itself, and the downstream functions won't be stressed.
Self-Healing is commonly used in microservices deployments, where the system automatically learns from failures and adjusts itself. These systems also prevent future failures.
- 深度實踐OpenStack:基于Python的OpenStack組件開發(fā)
- Docker技術(shù)入門與實戰(zhàn)(第3版)
- Learning Bayesian Models with R
- RTC程序設(shè)計:實時音視頻權(quán)威指南
- VMware vSphere 6.7虛擬化架構(gòu)實戰(zhàn)指南
- CouchDB and PHP Web Development Beginner’s Guide
- Python Data Analysis(Second Edition)
- Android 應(yīng)用案例開發(fā)大全(第3版)
- Big Data Analytics
- 從0到1:Python數(shù)據(jù)分析
- IPython Interactive Computing and Visualization Cookbook
- Microsoft HoloLens By Example
- Swift High Performance
- SCRATCH編程課:我的游戲我做主
- Neo4j Graph Data Modeling