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

Guides

Make sure to use the extension's documentation to get your questions answered.

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"