akka-persistence-postgres icon indicating copy to clipboard operation
akka-persistence-postgres copied to clipboard

PostgreSQL plugin for Akka Persistence

Results 33 akka-persistence-postgres issues
Sort by recently updated
recently updated
newest added
trafficstars

Updates * [com.typesafe.slick:slick](https://github.com/slick/slick) * [com.typesafe.slick:slick-hikaricp](https://github.com/slick/slick) from 3.3.3 to 3.4.0. [GitHub Release Notes](https://github.com/slick/slick/releases/tag/v3.4.0) - [Version Diff](https://github.com/slick/slick/compare/v3.3.3...v3.4.0) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.0. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.6 to 42.5.0. [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version,...

Updates * [com.github.tminglei:slick-pg](https://github.com/tminglei/slick-pg) * [com.github.tminglei:slick-pg_circe-json](https://github.com/tminglei/slick-pg) from 0.20.3 to 0.20.4. [GitHub Release Notes](https://github.com/tminglei/slick-pg/releases/tag/v0.20.4) - [Version Diff](https://github.com/tminglei/slick-pg/compare/v0.20.3...v0.20.4) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.12...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...

dependencies

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

Updates [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from 8.5.11 to 8.5.13. I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you...

This PR introduces a new metadata table to hold `journal` specific information, as described in issue #155. Changelog: - New table `journal_persistence_ids` and trigger on `journal` inserts that auto-populates it....

Has anyone looked into read side optimizations using LISTEN NOTIFY rather than polling (or using a slow long poll as a backup and use the listen notify to trigger the...