akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state

Home Page:https://doc.akka.io/docs/akka-persistence-jdbc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a good way to do double publish of the event log for hot-hot availability use cases?

alexmnyc opened this issue · comments

Is there a good way to do double publish of the event log for hot-hot availability use cases?

I'm not sure I do understand your request. Can you elaborate?

I would like the journal to be double published to two different regions for a hot-hot setup. So, that in case of failure in region A, region B would contain the exactly same event log and an Actor could be restarted from region B if needed

@alexmnyc thanks for the details. As Patrik mention, we will be open sourcing it, but it. However, the JDBC plugin is not yet ready to make use of it. We will need some extra work on this plugin to make it happen.

It will take a while, but stay tuned...

The new database schema introduced in release 5.0.0 allows using Akka Persistence JDBC with Replicated Event Sourcing.