Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-3528

Outbox Event Router for MongoDB

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.8.0.Beta1
    • 1.7.0.CR1
    • mongodb-connector
    • 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

            Unassigned Unassigned
            rhn-support-bibryam Bilgin Ibryam (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: