August 2023
Intermediate to advanced
400 pages
11h 7m
English
This chapter covers
A book dealing only with Akka Streams would be no smaller than this entire book. It’s an important topic, but it’s too extensive to cover fully here. In this chapter, you learn the basics and the cases you will encounter most often in practice.
Akka Streams has three layers:
The Flow API—Creates simple linear flows that are taken from a source, transformed, and passed to a sink. A typical example is a source that reads Kafka, enriches the event by calling an external service, and publishes it back to Kafka with a sink.