Details
-
Feature Request
-
Resolution: Done
-
Major
-
1.7.0.CR1
-
None
-
False
-
False
-
0
-
0%
-
Undefined
Description
Implement an outbox event routing SMT for MongoDB, providing the same capabilities as the existing outbox router for the relational connectors. Given MongoDB's nature of being a document store, there are two possible designs for this:
- Use a separate "outbox" collection, requiring the user to insert documents into this collection as part of a transaction which also modifies the application's other collections
- Use a separate "outbox" sub-document/section of updated/inserted documents; this wouldn't require the usage of transactions; the "outbox" part of documents would be opaque to applications
Attachments
Issue Links
- is related to
-
DBZ-4302 Provide outbox routing example for MongoDB
-
- Closed
-