apache / pekko-persistence-r2dbc

Asynchronously writes journal and snapshot entries to configured R2DBC databases so that Apache Pekko Actors can recover state
https://pekko.apache.org/
Apache License 2.0
13 stars 6 forks source link

change R2dbcExecutor functions that work with getRowsUpdated to return Future[Long] #90

Open pjfanning opened 3 months ago

pjfanning commented 3 months ago

getRowsUpdated now returns a Long so it would be best if our functions also did so