Patrik Nordwall
Patrik Nordwall
Lightbend might add support for other database backends when there is customer demand for it. Committing to maintenance for more databases is a major undertaking but we are happy to...
I'm not sure we will implement this since we eventsBySlices is the better approach, but created this issue for completeness.
https://github.com/akka/akka-persistence-r2dbc/actions/runs/3584313360/jobs/6030822898#step:7:2537 ``` [info] - must handle all events exactlyOnce *** FAILED *** (25 seconds, 318 milliseconds) 2537 [info] java.lang.AssertionError: Timeout (15 seconds) during receiveMessage while waiting for message. 2538 [info]...
https://github.com/akka/akka-persistence-r2dbc/actions/runs/3754402137/jobs/6378590934#step:6:2934
we'll only do this on demand, so let us know if you need it
I added a few more columns to the actual index in https://github.com/akka/akka-persistence-r2dbc/pull/210 and then it seems to work as Index-Only Scan. Still strange that the INCLUDE syntax doesn't work. Let's...
the installation page is also outdated, it should be: `addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "4.0.0")`