mishudark / eventhus

Go - CQRS / Event Sourcing made easy - Go
MIT License
465 stars 92 forks source link

Atomic publish & save #5

Open Shadowfaxenator opened 7 years ago

Shadowfaxenator commented 7 years ago

I see your code and you do not publish event to MQ and saving to DB Atomically. This mean that is a service fails before sending an event, no one will be notified

mishudark commented 7 years ago

I'm planning to work on this, next weekend, but help is welcome

mishudark commented 4 years ago

v2 already has support for failure, it is still WIP

https://github.com/mishudark/eventhus/tree/v2/v2

lucaswxp commented 4 years ago

@mishudark how are you planning on solving this? I'm interested.