At moment of writing this question, I am using Spring Framework 5.0.0.M5 and Akka 2.4.17. In project I am currently using actor messaging and streams from Akka. I see, that Spring Framework v5 has also streams.
According to http://projectreactor.io/
"As a Reactive Engine/SPI, both Reactor Core and IO modules expose reactive streams constructs for focused use cases, eventually combined with Spring, RxJava, Akka Streams, Ratpack... As a Reactive API, reactor framework modules will offer rich consumable features like composition and pub-sub eventing."
it looks like Spring uses Akka streams under the hood (plus other stuff).
Question is: what are possible advantages and disadvantages of switching from Akka streams to Spring streams?
EDIT: Here is much wider question (Reactov vs Akka in general): Akka or Reactor