Reactive-Design-Patterns
Reactive-Design-Patterns copied to clipboard
《反应式设计模式》中文版代码清单 勘误地址=>
第297页第二段倒数第三行 "DeatchWatch"应该为"DeathWatch"
 > In the next chapter, we will introduce the tools of the trade: event loops, Futures and Promises, Reactive Extensions, and the Actor model. 应该是Futures Promises
 > At the next level of detail, the application may be built on a framework that has some ability to handle concurrency, such as Java servlets. Servlet应该是servlets
 > This book will teach you how to write systems that stay responsive in the face of partial outages, program failure, changing loads, and even bugs in the code.
 缺少大括号
 > Along this chain are multiple relationships from user to service, and all of them need to meet the basic challenges outlined in the introduction; most important is the...
 A proper solution exposes all the essential complexity of the problem domain, making it accessible to be tackled as is appropriate for the concrete use case, 个人认为「用例」 和 『...
部分内容不属于勘误,不是错误。可能是疑问,可以归结在一起
temporal coupling也许可以加个原文带到下个版本的印刷上 同时,在光谱的另一端,也许可以改译或者添加译者注。说明实际上是,on the other side 的一种说法。
Currently, there is a dependency on Akka 2.4.x for old Akka typed implementation. We could provide a new implementation based on the new API provided in Akka 2.5.19+ as a...