Please log in to watch this conference skillscast.
Akka has become a very successful platform for building reactive systems. At its core the akka-actor module implements the actor model as created by Carl Hewitt et al. Surprisingly enough, although Scala and Java are type safe languages, Akka actors are untyped. This means that we can send Any message to an actor even though this will only handle specific ones – the compiler is not able to help us. Fortunately rescue is at hand in the form of Akka Typed. In this talk we introduce its API, discuss differences between the "old and new" world and show options for migration and integration.
YOU MAY ALSO LIKE:
Farewell Any => Unit, Welcome Akka Typed!
Heiko Seeberger
Heiko Seeberger loves rock climbing, is an internationally renowned expert on Scala, Akka and Functional Programming and is enthusiastic about Rust. He has more than twenty years of experience in software engineering, consulting and training and is an active open source contributor. Heiko works as an independent consultant and regularly shares his knowledge at conferences and user group meetings. He tweets as @hseeberger and sometimes blogs at heikoseeberger.rocks.