Reactor 2.0.0.M1 发布,集成 Reactive Streams!
The Reactor team is frankly a little giddy at finally being able to announce an initial milestone release of Reactor 2.0! This update includes a fully-compliant Reactive Streams implementation in the completely re-written Stream
and Promise
APIs! This is a huge step for Reactor users. It opens up integration with other Reactive Streams implementations like Akka Streams, Ratpack, RxJava and others. Reactor provides a solid foundation upon which to build modern #uberfastdata
applications with demanding high-throughput and low-latency requirements.
Stream and Promise
Reactor 2.0 的主要变化是 Stream API。事实上,代码库的大部分其他部分在 1.1 和 2.0 之间只是进行了轻微的改进或保持不变。但 Stream
和 Promise
则不同。这些组件已经完全……