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

A replicated Akka Persistence journal backed by Apache Cassandra

Results 77 akka-persistence-cassandra issues
Sort by recently updated
recently updated
newest added

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.11 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.11...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...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-lang.modules:scala-collection-compat](https://github.com/scala/scala-collection-compat) from 2.4.4 to 2.8.1. [GitHub Release Notes](https://github.com/scala/scala-collection-compat/releases/tag/v2.8.1) - [Version Diff](https://github.com/scala/scala-collection-compat/compare/v2.4.4...v2.8.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

@mckeeh3 noticed this when running with AWS Keyspaces ``` [2020-09-15 12:53:40,107] [WARN] [akka.persistence.cassandra.query.EventsByTagStage] [] [woe-twin-akka.actor.default-dispatcher-17] - Backtrack failed, this will retried. java.lang.IllegalStateException: Tried to execute unprepared query 0x3c27fe920291dfe7c3a1f0e3524e5dee but we...

bug
1 - triaged

Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.14 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.14...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.lightbend.akka:sbt-paradox-akka](https://github.com/akka/akka-paradox) from 0.42 to 0.44. [GitHub Release Notes](https://github.com/akka/akka-paradox/releases/tag/v0.44) - [Version Diff](https://github.com/akka/akka-paradox/compare/v0.42...v0.44) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Fix typo: `todo` -> `to do`

### Short description Akka Persistence has added a Durable State persistence mode; should Cassandra support it? ### Details The JDBC/R2DBC plugins support Durable State, which suggests at least some investigation...

If events by tag is disabled (and corresponding tables are not created), the `Cleanup.deleteAll` fails (even as dry-run) with ```com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: keyspace akka does not exist``` Expected behaviour would have been...