Aaron Asch
Aaron Asch
Hey @rickbergfalk, this is something I'd like to tackle. Here are some rough thoughts; let me know what you think: ## Should we implement user groups? I'm imagining a manymany...
Hi @free, it sounds like there's at least two parties looking for this feature. Need anything else from me to facilitate reviewing this PR?
> Should this be handled on transitions level? I mean, if your transition allows moving from APPROVED state to SUBMITTED state, then I don't see any issue here. Also, you...
> we implement “at least once” semantics and expect the listeners to either perform idempotent work (i.e., being fine with being invoked more than once for a single event). Thanks,...
I was not aware of the Scenario API, very cool! I'm not sure that could help with my particular test though, since I'm testing the Modulith internals here. Sorry for...