Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Aaronontheweb opened this issue Jun 12, 2024 · 0 comments

Comments

@Aaronontheweb
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant