Conversation
…tests for transaction rollback and isolation, and implement side effect storage in the outbox table. Update example project to use Rust 2024 edition and improve test coverage for side effects and transactions.
Refactor outbox queries
…-for-extensibility Add customizable postgres outbox
This allows the application to control serialization. Doing this can allow the application to choose the serialization format they want. It can also allow the application to choose whether to derive serialize on their aggregate or not. For example they may want a mapping to some other type to prevent serializing their aggregate and making it more annoying to change.
feat: add Pickle trait
This allows for events, side effects and snapshots to be encrypted before storing them.
Co-Authored-By: Alex Wakefield <1181370+aewakefield@users.noreply.github.com> Co-Authored-By: Fabio Mirza <79943909+mapokko@users.noreply.github.com>
When we get this error logged we end up with lots of different messages due to the aggregate ID and version number. These should be logged outside of the message to make grouping this easier.
chore: simplify the error message
Side effects changes
Generic SideEffectStorage
Add an encryption provider to encrypt data before storage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.