waterdog-oss / outbox-event-bus

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

#32 Removed the datastore from the implementation. #33

Closed felix19350 closed 4 years ago

felix19350 commented 4 years ago

The dependency to the datastore has been moved because it forced users of the library to use exposed and a SQL datastore which may not be appropriate. It is now a dependency that must be passed when setting up a producer. Also removed the dependency for Koin