- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 173字
- 2021-06-30 19:10:44
Reactive Manifesto
In 2013, a working group of experts from some of the biggest software companies in the world published the Reactive Manifesto that set the basis of how reactive systems are understood and work, this manifesto is available on https://github.com/reactivemanifesto/reactivemanifesto.
Let's review what the Manifesto said:
First, the Manifesto introduces the current landscape of modern applications, focusing on how this demands a new kind of system that needs to respond to way more data and faster than before, and has to be scalable, resilient and fault tolerant. The intention of the Manifesto is to have a coherent approach to those problems and define reactive systems and what benefits we get from them. Many of those topics were discussed in our Microservices principles section, so it probably is a good idea to review them, but now we need to do a deep dive of how reactive systems are defined in the Manifesto.
- R語(yǔ)言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- HTML5 移動(dòng)Web開(kāi)發(fā)從入門到精通(微課精編版)
- Julia機(jī)器學(xué)習(xí)核心編程:人人可用的高性能科學(xué)計(jì)算
- C語(yǔ)言程序設(shè)計(jì)
- Java:Data Science Made Easy
- aelf區(qū)塊鏈應(yīng)用架構(gòu)指南
- PhpStorm Cookbook
- Learning YARN
- LabVIEW虛擬儀器入門與測(cè)控應(yīng)用100例
- RocketMQ實(shí)戰(zhàn)與原理解析
- Web Developer's Reference Guide
- Application Development with Swift
- Clojure Polymorphism
- DB2SQL性能調(diào)優(yōu)秘笈
- 軟件設(shè)計(jì)模式(Java版)