cedric
03/13/2018, 10:04 PMBen
03/13/2018, 10:26 PMcedric
03/13/2018, 10:28 PMBen
03/13/2018, 10:31 PMcedric
03/13/2018, 10:32 PMsdeleuze
03/14/2018, 8:12 AMCompletableFuture
, Akka, Coroutines. Reactor is leveraging most Reactive extensions conventions but using RxJava was not possible for us. Flux
+ Mono
types is different from RxJava 2 type strategy, we are Java 8+, need to garantee API stability from a Pivotal POV, we need specific features like context that RxJava does not have, etc. Also keep in mind that Reactor is a co-production between Stéphane Maldini (Pivotal) and David Karnok (RxJava lead). Last but not least, Reactor is not just Reactor Core, Reactor Netty and other parts of the ecosystem.Jeremy Rempel
03/14/2018, 4:36 PM