Akka Persistence R2DBC
An implementation of the Akka Journal and Snapshot store persistence plugin APIs, and the full Persistence Query API with R2DBC.
Configuration
Connection pool configuration
Option | Type | Description |
---|---|---|
acquire-retry |
Integer | Number of retries if the first connection acquire attempt fails. Defaults to 1 . |
initial-size |
Integer | Initial pool size. Defaults to 10 . |
max-size |
Integer | Maximum pool size. Defaults to 10 . |
max-life-time |
Duration | Maximum lifetime of the connection in the pool. Defaults to no timeout . |
max-idle-time |
Duration | Maximum idle time of the connection in the pool. Defaults to 30 minutes . |
max-acquire-time |
Duration | Maximum time to acquire connection from pool. Defaults to no timeout . |
max-create-connection-time |
Duration | Maximum time to create a new connection. Defaults to no timeout . |
Contributing
Contributions via GitHub pull requests are gladly accepted from their original author. Along with any pull requests, please state that the contribution is your original work and that you license the work to the project under the project’s open source license. Whether or not you state this explicitly, by submitting any copyrighted material via pull request, email, or other means you agree to license the material under the project’s open source license and warrant that you have the legal authority to do so.
License
This project is licensed under the Apache 2.0 license.