akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
307 stars 139 forks source link

revert: MySQL durable state implementation (#803) #807

Closed johanandren closed 3 months ago

johanandren commented 3 months ago

This reverts commit 98710d8d6b105481b857cea2bbe86ed4d0792d52.

Turns out this needed more work, we missed test failures because integration tests was broken (fixed in #806 )