akkadotnet / Akka.Persistence.Sql

Linq2Db implementation of Akka.Persistence.Sql. Common implementation for SQL Server, Sqlite, Postgres, Oracle, and MySql.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement WriterUUID Column

to11mtm opened this issue · comments

commented

On the JVM akka-persistence-jdbc (upon which this is based,) they are planning on adding a WriterUUID column. Based on my gleanings the intent is to track which incarnation of a Journal plugin wrote to the store.

We will require Migration Scripts for users. Possibly use FluentMigrator to lower need to write individual scripts for every database?