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/libraries/akka-persistence-jdbc/current/
Other
309 stars 142 forks source link

chore: reintroduce H2JournalDaoStreamMessagesMemoryTest #833

Closed johanandren closed 6 months ago

johanandren commented 6 months ago

Accidentally removed in #831

johanandren commented 6 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.