Other Akka modules

This page describes modules that compliment libraries from the Akka core. See this overview instead for a guide on the core modules.

Akka HTTP

A full server- and client-side HTTP stack on top of akka-actor and akka-stream.

Akka gRPC

Akka gRPC provides support for building streaming gRPC servers and clients on top of Akka Streams.

Alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.

Alpakka Kafka Connector

The Alpakka Kafka Connector connects Apache Kafka with Akka Streams.

Akka Projections

Akka Projections let you process a stream of events or records from a source to a projected model or external system.

Cassandra Plugin for Akka Persistence

An Akka Persistence journal and snapshot store backed by Apache Cassandra.

JDBC Plugin for Akka Persistence

An Akka Persistence journal and snapshot store for use with JDBC-compatible databases. This implementation relies on Slick.

R2DBC Plugin for Akka Persistence

An Akka Persistence journal and snapshot store for use with R2DBC-compatible databases. This implementation relies on R2DBC.

Google Cloud Spanner Plugin for Akka Persistence

Use Google Cloud Spanner as Akka Persistence journal and snapshot store. This integration relies on Akka gRPC.

Akka Management

Akka Resilience Enhancements

Akka Persistence Enhancements

Community Projects

Akka has a vibrant and passionate user community, the members of which have created many independent projects using Akka as well as extensions to it. See Community Projects.

Related Projects Sponsored by Lightbend

Play Framework

Play Framework provides a complete framework to build modern web applications, including tools for front end pipeline integration, a HTML template language etc. It is built on top of Akka HTTP, and integrates well with Akka and Actors.

Lagom

Lagom is a microservice framework which strives to be opinionated and encode best practices for building microservice systems with Akka and Play.

Lightbend Telemetry

Distributed tracing, metrics and monitoring for Akka Actors, Cluster, HTTP and more.

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.