- Hands-On Microservices with Kotlin
- Juan Antonio Medina Iglesias
- 106字
- 2021-06-30 19:10:45
Back pressure
Back pressure is produced when a reactive system is published at a rate higher than the subscriber could handle, in other words, this is how a consumer of a reactive service says: Please, I am not able to deal with the demand at the moment, stop sending data and do not waste resources (for example, buffer memory).
There is a range of mechanisms for handling this, and they are usually close to the reactive implementation, from batching the messages to dropping them, but right now, we don't need to get into the details, just understand that any reactive system must deal with back pressure.
推薦閱讀
- Flask Web全棧開發(fā)實(shí)戰(zhàn)
- Learning Java Functional Programming
- Java系統(tǒng)分析與架構(gòu)設(shè)計(jì)
- Delphi程序設(shè)計(jì)基礎(chǔ):教程、實(shí)驗(yàn)、習(xí)題
- SpringMVC+MyBatis快速開發(fā)與項(xiàng)目實(shí)戰(zhàn)
- Mastering Python High Performance
- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- jQuery Mobile移動(dòng)應(yīng)用開發(fā)實(shí)戰(zhàn)(第3版)
- Android玩家必備
- 第一行代碼 C語言(視頻講解版)
- Node.js開發(fā)指南
- SQL Server 入門很輕松(微課超值版)
- 零基礎(chǔ)學(xué)Scratch 3.0編程
- Android Sensor Programming By Example
- Application Development with Swift