Описание тега akka-stream
Akka implementation for handling streaming data on the JVM
Akka implementation of reactive-streams standard for handling streaming data on the jvm.
This library uses Akka Actor based transformations of data streams which proceed as a series of steps which can be executed in parallel, in a pipelined fashion.
More info: