akka / akka-persistence-jdbc   5.2.1

Website GitHub

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Scala versions: 2.13 2.12 2.11 2.10

Akka Persistence JDBC

The Akka family of projects is managed by teams at Lightbend with help from the community.

akka-persistence-jdbc writes journal and snapshot entries to a configured JDBC store. It implements the full akka-persistence-query API and is therefore very useful for implementing DDD-style application models using Akka for creating reactive applications.

Please note that the H2 database is not recommended to be used as a production database, and support for H2 is primarily for testing purposes.

Documentation

Release notes

The release notes can be found here.

For the change log prior to v3.2.0, visit Version History Page (wiki).

Community

You can join these groups and chats to discuss and ask Akka related questions:

In addition to that, you may enjoy following:

The Akka Peristence JDBC was originally created by @dnvriend.

Contributing

Contributions are very welcome! The Akka team appreciates community contributions by both those new to Akka and those more experienced.

If you find an issue that you'd like to see fixed, the quickest way to make that happen is to implement the fix and submit a pull request.

Refer to the CONTRIBUTING.md file for more details about the workflow, and general hints on how to prepare your pull request.

You can also ask for clarifications or guidance in GitHub issues directly, or in the akka/dev chat if a more real time communication would be of benefit.

License

Akka is licensed under the Business Source License 1.1, please see the Akka License FAQ.