blob: d487092c023bb702d9b3b2a4b636d84d34575f57 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-debezium-postgres"]
= Debezium PostgresSQL Connector
:page-aliases: extensions/debezium-postgres.adoc
:linkattrs:
:cq-artifact-id: camel-quarkus-debezium-postgres
:cq-native-supported: true
:cq-status: Stable
:cq-status-deprecation: Stable
:cq-description: Capture changes from a PostgresSQL database.
:cq-deprecated: false
:cq-jvm-since: 1.0.0
:cq-native-since: 1.0.0
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##1.0.0## [.badge-key]##Native since##[.badge-supported]##1.0.0##
endif::[]
Capture changes from a PostgresSQL database.
[id="extensions-debezium-postgres-whats-inside"]
== What's inside
* xref:{cq-camel-components}::debezium-postgres-component.adoc[Debezium PostgresSQL Connector component], URI syntax: `debezium-postgres:name`
Please refer to the above link for usage and configuration details.
[id="extensions-debezium-postgres-maven-coordinates"]
== Maven coordinates
https://{link-quarkus-code-generator}/?extension-search=camel-quarkus-debezium-postgres[Create a new project with this extension on {link-quarkus-code-generator}, window="_blank"]
Or add the coordinates to your existing project:
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-debezium-postgres</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]
[id="extensions-debezium-postgres-camel-quarkus-limitations"]
== 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 https://github.com/apache/camel-quarkus/issues/new[issue] if you are missing some specific offset store
in native mode.