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

Persist saga metadata #10

Merged
merged 1 commit into from Jun 17, 2023
Merged

Persist saga metadata #10

merged 1 commit into from Jun 17, 2023

Conversation

tonysneed
Copy link
Contributor

  • Add IPersistableSagaPool, IPersistableSagaPool<TSaga, TMetaData>, IPersistableSagaRepository<TSaga, TMetaData>
  • Add mappings for PersistableSaga<>, PersistableSagaMetadataDto to SagaPersistAutoMapperProfile
  • Add tests for mapping PersistableSaga and PersistableSagaMetadataDto
  • Create AddSaga overloads with TMetadata in ServiceCollectionExtensions
  • Update reference architecture projects to persist saga metadata

Closes #9.

- Add IPersistableSagaPool, IPersistableSagaPool<TSaga, TMetaData>, IPersistableSagaRepository<TSaga, TMetaData>
- Add mappings for PersistableSaga<>, PersistableSagaMetadataDto to SagaPersistAutoMapperProfile
- Add tests for mapping PersistableSaga<TMetadata> and PersistableSagaMetadataDto
- Create AddSaga overloads with TMetadata in ServiceCollectionExtensions
- Update reference architecture projects to persist saga metadata
@tonysneed tonysneed merged commit 736fdeb into master Jun 17, 2023
@tonysneed tonysneed deleted the persist-metadata-1 branch June 17, 2023 23:57
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.

[Feature] Persist Saga Metadata
1 participant