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

upgrade r2dbc libs (1.0) #89

Closed pjfanning closed 3 months ago

pjfanning commented 3 months ago

relates to #40

newer r2dbc libs bring in newer netty libs

pjfanning commented 3 months ago

We have branched 1.0.x so this is safe to merge to main. Would anyone have time to review?