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 event_manifest column

to11mtm opened this issue · comments

commented

The JVM akka-persistence-jdbc module (upon which this is based) is planning on adding event_manifest and ser_manifest as columns to their database.

We already have a manifest field that is used to hold serializer manifest information, however we do not have anything similar to event_manifest.

We should get a better understanding of how this new field will be used and implement it alongside any migrations necessary.