Skip to content

Conflict between Akka.Persistence.Sql.Hosting and Akka.Persistence.Hosting SqlJournalOptions and SqlSnapshotOptions #466

Description

@Aaronontheweb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions