- 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.
- 微服務(wù)設(shè)計(jì)(第2版)
- C++程序設(shè)計(jì)基礎(chǔ)教程
- 軟件項(xiàng)目管理實(shí)用教程
- Learning Hunk
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- Java系統(tǒng)化項(xiàng)目開(kāi)發(fā)教程
- 區(qū)塊鏈技術(shù)與應(yīng)用
- Lighttpd源碼分析
- TMS320LF240x芯片原理、設(shè)計(jì)及應(yīng)用
- 一本書(shū)講透Java線程:原理與實(shí)踐
- Fastdata Processing with Spark
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)及考試指南
- 深入理解Kafka:核心設(shè)計(jì)與實(shí)踐原理
- Beginning C# 7 Hands-On:The Core Language
- Visual C#(學(xué)習(xí)筆記)