Debezium PostgresSQL Connector

Since Camel Quarkus1.0.0-M6 JVMsupported Nativesupported

Capture changes from a PostgresSQL database.

What’s inside

Please refer to the above link for usage and configuration details.

Maven coordinates

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-debezium-postgres</artifactId>
</dependency>

Check the User guide for more information about writing Camel Quarkus applications.

Camel Quarkus limitations

While you can use any of the available Kafka offset stores in JVM mode, only the following offset stores are supported in native mode:

  • org.apache.kafka.connect.storage.FileOffsetBackingStore

  • org.apache.kafka.connect.storage.MemoryOffsetBackingStore

Please file an issue if you are missing some specific offset store in native mode.