akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Home Page:https://doc.akka.io/docs/akka-persistence-jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure serialization to work with Akka 2.6

ennru opened this issue · comments

Short description

The tests fail on the scheduled build with Akka 2.6 as it tries to use Java serialization.

Details

https://travis-ci.com/akka/akka-persistence-jdbc/jobs/266803245#L447

Fix for JournalPerfSpec.Cmd is in PR akka/akka#28333

Until fixed the workaround is config akka.actor.allow-java-serialization = on

Solved with #305