Chapter 8. Akka Streams
In this chapter, we will cover the following topics:
- Creating simple Akka streams
- Transforming and consuming streams
- Creating stream sources, flows, and sinks
- Custom stream processing
- Error handling in Akka Streams
- Pipelining and parallelizing streams
- Working with streaming I/O
- Integrating streams with Akka actors
- Working with graphs
- Processing RabbitMQ messages with Akka Streams
- Integrating Akka Streams with Kafka using Reactive Kafka