- 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.
- Learning Neo4j
- Clojure Programming Cookbook
- Java:Data Science Made Easy
- Linux網絡程序設計:基于龍芯平臺
- Access 2016數據庫管
- Python數據挖掘與機器學習實戰
- 人人都懂設計模式:從生活中領悟設計模式(Python實現)
- UML 基礎與 Rose 建模案例(第3版)
- Learning Concurrent Programming in Scala
- Mastering React
- 時空數據建模及其應用
- JavaScript動態網頁編程
- C語言程序設計習題與實驗指導
- Python Machine Learning Blueprints:Intuitive data projects you can relate to
- 零基礎學C語言(升級版)