-
Feature Request
-
Resolution: Done
-
Major
-
1.7.0.CR1
-
None
-
False
-
False
-
Undefined
-
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
- account is impacted by
-
DBZ-4337 Wrong configuration option name for MongoDB Outbox SMT
- Closed
-
DBZ-4318 Modify the type of aggregateid in MongoDB Outbox Event Router
- Closed
-
DBZ-4319 An option for embedded document format of MongoDB outbox collection
- Open
- is related to
-
DBZ-4302 Provide outbox routing example for MongoDB
- Closed