Further reading
With our journey now officially complete, I wanted to leave you with a few suggested reading items. Use these links to continue to expand your knowledge of what's out there within the Akka ecosystem. I wish you well in your future endeavors with Akka; it's truly been a pleasure working with you throughout this book.
Lagom
The Lightbend team recently released a new Java microservices framework called Lagom. This framework uses a lot of the same stack that we used in this book, namely Akka, Akka Persistence/event sourcing, CQRS, Akka Streams, and clustering and Cassandra, with ConductR also being supported. It's just a Java framework for now, but Scala support may be coming in the future. It's definitely a framework to keep an eye on for sure if you are into reactive microservices built on top of Akka:
Akka Streams cookbook
This really is a great section from the Akka Streams documents. There are a ton of use cases in here to apply Akka Streams to solve...