[go: up one dir, main page]

The icon of the organisationThe icon of the organisation
Debezium Quarkus Outbox
Implement the outbox pattern for reliable microservices data exchange with Debezium and change data capture

Guides

This extension has a guide to get you going.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.debezium:debezium-quarkus-outbox

Maven

./mvnw quarkus:add-extension -Dextensions="io.debezium:debezium-quarkus-outbox"

Gradle

./gradlew addExtension --extensions="io.debezium:debezium-quarkus-outbox"