eventhorizon
eventhorizon copied to clipboard
Event Sourcing for Go!
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...
**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...
If the system is restarted while there are scheduled commands (using the commandhandler/scheduler), they will be lost.
Add a saga middleware/layer that can help with persisting any state used by the saga.
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.
Hi. I want to see an example of multiple aggregates in a project to see how they communicate. :)
### 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...