| // Do not edit directly! |
| // This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page |
| |
| [[debezium-mongodb]] |
| = Debezium MongoDB Connector |
| |
| [.badges] |
| [.badge-key]##Since Camel Quarkus##[.badge-version]##1.0.0-M6## [.badge-key]##JVM##[.badge-supported]##supported## [.badge-key]##Native##[.badge-unsupported]##unsupported## |
| |
| Capture changes from a MongoDB database. |
| |
| == What's inside |
| |
| * https://camel.apache.org/components/latest/debezium-mongodb-component.html[Debezium MongoDB Connector component], URI syntax: `debezium-mongodb:name` |
| |
| Please refer to the above link for usage and configuration details. |
| |
| == Maven coordinates |
| |
| [source,xml] |
| ---- |
| <dependency> |
| <groupId>org.apache.camel.quarkus</groupId> |
| <artifactId>camel-quarkus-debezium-mongodb</artifactId> |
| </dependency> |
| ---- |
| |
| Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications. |