-
When attempting to use the `tables-autocreate` feature specified in an `application.conf` file, I encountered a failure due to a compatibility issue between Cassandra and ScyllaDB. The problem arises …
-
I was testing using the preview [batch write API](https://cloud.google.com/spanner/docs/batch-write) and noticed an improved throughput when working with a Cloud Spanner instance. However, when runnin…
seglo updated
3 months ago
-
When attempting to implement runtime persistence plugin configuration for pekko-projection I ran into an issue where `PersistenceTestKitReadJournal` does not implement `EventsByTagQuery`, so it cannot…
-
We should provide some automated migration that users of akka can use that adapts their codebase to use pekko.
This migration should automatically
* adapt the dependencies
* in sbt
* in mave…
-
Scala 3.3 testing in nightly build but may just be an issue everywhere.
https://github.com/apache/pekko/actions/runs/11226174902/job/31219178672
```
[10-08 08:24:16.856] [info] - must always lo…
-
One bit of functionality that is present in Classic persistence but missing in Typed is the [capability to configure persistence plugins at runtime](https://doc.akka.io/docs/akka/current/persistence.h…
-
The pekko plugin fails to initialize in a typed actor system with the failure
`org.apache.pekko.actor.ActorInitializationException: pekko://SinkControllerTest/system/inmemory-journal: exception dur…
-
Sorry to bring some bad news, I have been investigating failing tests in https://github.com/endless4s/endless-transaction/pull/48, a PR that upgrades Pekko from 1.0.3 to 1.1.0 and I think I found a se…
-
pekko-projection-slick depends on pekko-persistence-jdbc and Slick
To pick up the Scala 3 support in pekko-persistence-jdbc, we would need pekko-persistence-jdbc 1.1.x (when it is released).
I t…
-
See https://github.com/apache/pekko-connectors/issues/686.
Also https://github.com/apache/pekko-persistence-jdbc/issues/201 and https://github.com/slick/slick/issues/2933