waterdog-oss / outbox-event-bus

A technology agnostic event bus
MIT License
3 stars 1 forks source link

Remove the exposed dependency for managing the datastore where events are stored #32

Closed felix19350 closed 4 years ago

felix19350 commented 4 years ago

Currently we're using exposed to setup an internal database connection persist the events. This is a problem in scenarios where we have nested transactions at play, because the exposed connection being used to write the events is different from any parent connection/transaction.