It can't just be Big Data, it has to be Fast Data: Reactor 1.0 goes GA
I'm happy to announce that Reactor, a powerful foundational library for building reactive, fast data applications on the JVM has reached GA!
What is Reactor and why should I care?
Reactor provides the necessary abstractions to build high-throughput, low-latency--what we now call "fast data"--applications that absolutely must work with thousands, tens of thousands, or even millions of concurrent requests per second.
You should care about Reactor because modern applications with non-human consumers--like mobile phones and the apps that run on them--generate more data than traditional thread-per…