MongoDB Outbox Pattern Implementation #189
Replies: 1 comment
-
I'd be very interested in such a contribution. 👍 Beware that I've been working on the next big release for quite some time and the database part is being rewritten from scratch. The new approach will lead to a dedicated package per database engine since I wanted to get rid of the dependency on EF (to allow the integration with other ORMs or data access strategies, etc.) and optimize it a bit more (getting rid of the sub-optimal distributed lock mechanism as well). So, depending on the urgency and your bravery, you could decide to wait and implement it in the new version. |
Beta Was this translation helpful? Give feedback.
-
@BEagle1984 just wondering if you would be interested in a PR for MongoDB implementation for the Outbox pattern?
We are looking to implement this ourselves and thought it worth asking if makes sense to add it to the Silverback packages.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions