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

Build Quarkus extension facilitating implementations of the outbox pattern

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.1.0.Alpha1
    • None
    • core-library
    • None
    • 0
    • 0% 0%

    Description

      The outbox pattern requires two essential components:

      • application-side code that writes code to the outbox table
      • CDC that captures the outbox table and routes the events to Kafka topics

      The original blog post described a PoC-level implementation of both components. The second part has been covered in Debezium by means of the outbox event router SMT by now. For the first part, we should provide ready-to-use application-focused components (libaries) that allow to write outbox events using Spring, CDI etc. Let's start with an extension for Quarkus which essentially provides the custom code from the original blog post.

      Attachments

        Issue Links

          Activity

            People

              ccranfor@redhat.com Chris Cranford
              gunnar.morling Gunnar Morling
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: