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

Made JournalEntry.Payload an object and AtLeastOnceDeliverySemantic public #1684

Conversation

Horusiath
Copy link
Contributor

This PR contains two changes:

  • JournalEntry.Payload field from Akka.Persistence.Sql.Common has been made public. The reason behind it is that some database specific features (PostgreSQL JSON data type to be specific) expect from ADO.NET to pass column data in string format instead of byte[].
  • AtLeastOnceDeliverySemantic class has been made public, so it can be encapsulated by any other actor (not only persistent actors) to enhance them with at-least-once-delivery semantic.

None of these changes should break existing API.

Aaronontheweb added a commit that referenced this pull request Feb 16, 2016
…nd-atod-semantic-public

Made JournalEntry.Payload an object and AtLeastOnceDeliverySemantic public
@Aaronontheweb Aaronontheweb merged commit d484756 into akkadotnet:dev Feb 16, 2016
@Horusiath Horusiath deleted the persistence-sql-palyoad-obj-and-atod-semantic-public branch March 23, 2016 14:05
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