eventhus
eventhus copied to clipboard
Atomic publish & save
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
I'm planning to work on this, next weekend, but help is welcome
v2 already has support for failure, it is still WIP
https://github.com/mishudark/eventhus/tree/v2/v2
@mishudark how are you planning on solving this? I'm interested.