Pipes and Filters
Based On Reactive Messaging Patterns with the Actor Model: Applications and Integration in Scala and Akka
Demo
- How to chain actors together into one pipeline
- How to invoke next actor in the pipeline
Exercises
Standard Actors
Implement Actors Bodies and use test to check correctness :
Akka Stream - in progress
"Work in my IDE example" in file : https://github.com/PawelWlodarski/workshops-reactive/blob/master/src/main/scala/jug/workshops/reactive/patterns/pipesandfilters/answers/PipesStreamsAnswer1.scala