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

Fix missing "write-plugin" HOCON settings #427

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

Arkatufus
Copy link
Contributor

Fix missing "write-plugin" HOCON settings

Changes

  • Generate "akka.persistence.query.journal.sql.write-plugin" setting
  • Port Bugfix344Spec to Hosting.Tests as regression test

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

Copy link
Contributor Author

@Arkatufus Arkatufus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-review

@@ -31,6 +32,8 @@ public ReadJournalConfig(Configuration.Config config)
WriteIsolationLevel = IsolationLevel.Unspecified;
}

public string WritePluginId { get; }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding the missing setting as a property in ReadJournalConfig as its supposed to

Copy link
Member

@Aaronontheweb Aaronontheweb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - guess we'll need to do a v1.5.27.1 release

@Aaronontheweb Aaronontheweb merged commit b3420ee into akkadotnet:dev Aug 1, 2024
3 checks passed
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

Successfully merging this pull request may close these issues.

2 participants