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

chore: reintroduce H2JournalDaoStreamMessagesMemoryTest #833

Closed johanandren closed 2 months ago

johanandren commented 2 months ago

Accidentally removed in #831

johanandren commented 2 months ago

Ah, I see now how that was not unintentional, H2 will use a lot of the heap so that test becomes close to useless.