Max Ekman

Results 44 issues of Max Ekman

IMO it would be easier to read code which uses < and > instead of [ and ]. Have you considered it during the design? What is the reason behind...

discussion

Would be great to have go.mod and go.sum files added, together with tagged releases following the Go 1.11 modules convention: https://github.com/golang/go/wiki/Modules

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

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

bug

### 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.** Sometimes it's valid to have 0 as a valid command value, as checked by `CheckCommand()`. **Describe the solution you'd like**...

enhancement
core

This is a stub for the feature, more info needed. Basically the whole saga error handling needs an overhaul to be more resilient.

enhancement