An open API service indexing awesome lists of open source software.

https://github.com/apache/pekko-persistence-r2dbc

Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state
https://github.com/apache/pekko-persistence-r2dbc

journal pekko pekko-persistence r2dbc

Last synced: 5 months ago
JSON representation

Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state

Awesome Lists containing this project

README

          

# R2DBC Plugin for Apache Pekko Persistence

Pekko Persistence journal and snapshot
store for SQL databases with RD2BC connectivity.

## Project status

Version 1.0.0 has been released. Any contributions are welcome. Please observe the [Code of Conduct](https://github.com/apache/pekko-persistence-r2dbc?tab=coc-ov-file#readme).

## Documentation

* [Current Apache Pekko Persistence R2DBC documentation](https://pekko.apache.org/docs/pekko-persistence-r2dbc/current/)

## Community

There are several ways to interact with the Pekko community:

- [GitHub discussions](https://github.com/apache/pekko-persistence-r2dbc/discussions): for questions and general discussion.
- [Pekko dev mailing list](https://lists.apache.org/list.html?dev@pekko.apache.org): for Pekko development discussions.
- [Pekko users mailing list](https://lists.apache.org/list.html?users@pekko.apache.org): for Pekko user discussions.
- [GitHub issues](https://github.com/apache/pekko-persistence-r2dbc/issues): for bug reports and feature requests. Please search the existing issues before creating new ones. If you are unsure whether you have found a bug, consider asking in GitHub discussions or the mailing list first.

## License

Pekko Persistence RD2BC is Open Source and available under the Apache 2 License.