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

Changes in Akka.Persistence SQL backend #963

Merged
merged 1 commit into from
May 9, 2015

Conversation

Horusiath
Copy link
Contributor

  • I've changed Akka.Persistence.SqlServer to use asynchronous/non-blocking version of the ADO.NET where it's possible.
  • This PR also introduces Akka.Persistence.Sql.Common - project which may be used for faster development of SQL-based persistence plugins.
  • Minor bugfix for AsyncWriteJournal - issuse with null EventStream reference in task continuation on delete messages.

These changes should not break existing API.
cc #944

fixed AsyncWriteJournal and commented last parts of the SQL-based persistence APIs

fixed minor issues in the solution
rogeralsing added a commit that referenced this pull request May 9, 2015
Changes in Akka.Persistence SQL backend
@rogeralsing rogeralsing merged commit 5ca5d21 into akkadotnet:dev May 9, 2015
@rogeralsing
Copy link
Contributor

👍

@Horusiath Horusiath deleted the akka-persistence-common-sql branch March 23, 2016 14:06
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