EventFlow.Example icon indicating copy to clipboard operation
EventFlow.Example copied to clipboard

DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net...

Results 2 EventFlow.Example issues
Sort by recently updated
recently updated
newest added

@suadev, I get the following error after running the application: ``` 12:17:48:558 [Debug]: Execution of command 'ExampleCommand' with ID 'command-a478d189-d908-4bb9-918f-c7507b1eb9ee' on aggregate 'EventFlowExample.Aggregates.ExampleAggregate' failed due to exception 'TypeInitializationException' with message:...

enhancement
help wanted
good first issue

Bumps [MongoDB.Driver](https://github.com/mongodb/mongo-csharp-driver) from 2.10.4 to 2.19.0. Release notes Sourced from MongoDB.Driver's releases. NET Driver Version 2.19.0 Release Notes .NET Driver Version 2.19.0 Release Notes This is the general availability release...

dependencies