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
308 stars 142 forks source link

docs: event tag migration guide #781

Closed Roiocam closed 11 months ago

Roiocam commented 11 months ago

References #731

Roiocam commented 11 months ago

@octonato I have update the guide, Explicitly point the mutiple-phase rollout/deploy, and the two configuration style.

The script has update this too: https://github.com/akka/akka-persistence-jdbc/pull/731/commits/8587ba03b64e214a8352b72d0a2446136bce56de

Can you take a look? Thanks.

Roiocam commented 11 months ago

Thanks @Roiocam

Looking good. Left a few minor change requests. I think we can merge it after that.

Thanks for the feedback.