Embed presentation


















Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications on the JVM based on the actor model. Reactive Streams is a standard for asynchronous stream processing with non-blocking back pressure on the JVM. Akka Streams implements Reactive Streams and provides a way to express and run a chain of asynchronous processing steps acting on a sequence of elements with every step processed by one actor to support parallelism.
















