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

Build Quarkus extension facilitating implementations of the outbox pattern

XMLWordPrintable

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

      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.

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

                Created:
                Updated:
                Resolved: