Version Information
Version of Akka.NET? v1.5.24
Which Akka.NET Modules? Akka.Persistence.Sql.Hosting and Akka.Persistence.Hosting
Describe the bug
Both packages have an identically named SqlJournalOptions and SqlSnapShotOptions type - it's not clear who should use what and results in configuration errors.
Expected behavior
SqlJournalOptions should belong to the real plugin, not the shared library.
Actual behavior
We should make a breaking change and delete these from the shared library - push them all into the individual unique libraries.
Version Information
Version of Akka.NET? v1.5.24
Which Akka.NET Modules? Akka.Persistence.Sql.Hosting and Akka.Persistence.Hosting
Describe the bug
Both packages have an identically named
SqlJournalOptionsandSqlSnapShotOptionstype - it's not clear who should use what and results in configuration errors.Expected behavior
SqlJournalOptionsshould belong to the real plugin, not the shared library.Actual behavior
We should make a breaking change and delete these from the shared library - push them all into the individual unique libraries.