dotnet-templates icon indicating copy to clipboard operation
dotnet-templates copied to clipboard

Shipping: Add DynamoStore; Use Propulsion.MemoryStore

Open bartelink opened this issue 2 years ago • 0 comments

  • Support DynamoStore
  • Introduces SourceConfig concept to emphasize commonality of wiring between
    • Integration tests and app
    • Dynamo vs Cosmos sources
    • Memory Store equivalent
  • Added support for awaiting processing of all projected events from a given point using https://github.com/jet/propulsion/pull/165, replacing temporary local implementation
  • added support for awaiting processing via DynamoStoreSource via https://github.com/jet/propulsion/pull/170

bartelink avatar Aug 09 '22 14:08 bartelink