- 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.
- GAE編程指南
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- 21天學(xué)通C++(第6版)
- SEO實(shí)戰(zhàn)密碼
- QTP自動(dòng)化測(cè)試進(jìn)階
- 量化金融R語(yǔ)言高級(jí)教程
- C語(yǔ)言程序設(shè)計(jì)教程
- C語(yǔ)言程序設(shè)計(jì)
- Java程序設(shè)計(jì)基礎(chǔ)(第6版)
- Visual Basic語(yǔ)言程序設(shè)計(jì)基礎(chǔ)(第3版)
- 微服務(wù)設(shè)計(jì)
- 深入實(shí)踐C++模板編程
- 瘋狂Ajax講義(第3版)
- 算法學(xué)習(xí)與應(yīng)用從入門到精通
- Java入門經(jīng)典