Skip to Content
Scala Reactive Programming
book

Scala Reactive Programming

by Rambabu Posa
February 2018
Intermediate to advanced
552 pages
13h 46m
English
Packt Publishing
Content preview from Scala Reactive Programming

Goals of the Akka Streams API

Akka Streams API has designed and developed with the following main goals in mind to ease the Streaming data easier and faster:

  • To support asynchronous streaming data with non-blocking backpressure
  • To support better performance
  • To support reactiveness by implementing Reactive Streams specification
  • To support distributed feature using Akka Toolkit and its Actor Model

Some APIs, tools, or frameworks support backpressure. However, they support using synchronous blocking backpressure. It solves some of the streaming data problems; however, it is not the right solution.

Internally, the Akka Streams API uses some of the Akka Toolkit components and also Akka Actor Model to ease and fulfill its job:

Apart from Reactive ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Scala Programming Projects

Scala Programming Projects

Mikael Valot, Nicolas Jorand
Learning Scala

Learning Scala

Jason Swartz
Functional Programming in Scala

Functional Programming in Scala

Runar Bjarnason, Paul Chiusano

Publisher Resources

ISBN: 9781787288645Supplemental Content