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

Allow explicit selection of persistence [Copilot workspare test] #1035

Open
wants to merge 2 commits into
base: develop-v1
Choose a base branch
from

Conversation

rasmus
Copy link
Member

@rasmus rasmus commented Jun 19, 2024

Related to #1034

This pull request introduces changes to explicitly select PostgreSql as the persistence option in EventFlow, overriding the default persistence settings.

  • Updates UsePostgreSqlEventStore extension method: The method now first removes any existing IEventPersistence registrations before adding PostgreSqlEventPersistence. This ensures that PostgreSql is used as the event persistence mechanism when this extension method is called, addressing the issue where the default persistence setting was not being overridden.

For more details, open the Copilot Workspace session.

@rasmus rasmus changed the title Allow explicit selection of persistence Allow explicit selection of persistence [Copilot workspare test] Jun 19, 2024
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.

None yet

1 participant