eventhorizon icon indicating copy to clipboard operation
eventhorizon copied to clipboard

Event Sourcing for Go!

Results 55 eventhorizon issues
Sort by recently updated
recently updated
newest added

Hi, I really like this project and first of all want to thank you for your work. Would you accept PR with amqp event bus implementation or maybe you work...

enhancement
drivers

**Describe the bug** Currently when an error is returned in saga event handling, the event is not retried. Only if the application is restarted the event is retried. In that...

bug
drivers

If the system is restarted while there are scheduled commands (using the commandhandler/scheduler), they will be lost.

enhancement

Add a saga middleware/layer that can help with persisting any state used by the saga.

enhancement

Hi, When this project can support kafka cluster?

The persisted scheduler (#351) might have races where two separate services will execute the scheduled commands simultaneously.

bug

Hi. I want to see an example of multiple aggregates in a project to see how they communicate. :)

enhancement

### Description Adds support for Postgres as event store and repo. ### Affected Components - Event Store, new driver - Repo, new driver ### Related Issues ### Solution and Design...

**Is your feature request related to a problem? Please describe.** Currently we have 2 cases, which the CheckCommand does not handle correctly imo. We can't have the following commands with...

enhancement
core