Debezium PostgresSQL Connector

JVM since1.0.0 Native since1.0.0

Capture changes from a PostgresSQL database.

What’s inside

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

Maven coordinates

Or add the coordinates to your existing project:

<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.