Skip to content

Commit

Permalink
remove mongo
Browse files Browse the repository at this point in the history
  • Loading branch information
sauljabin committed Aug 4, 2024
1 parent 532a168 commit acdbc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/kafka-connect-database-example.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Kafka Connect Database Example

In this example you are going to learn how to move data from a source (**mysql**),
to multiple targets (**postgres and mongo**).
to a synk (**postgres**).

> [!IMPORTANT]
> This example does not support deletion, for that you have to implement tombstone events at the [source](https://debezium.io/documentation/reference/connectors/postgresql.html#postgresql-tombstone-events) and [sink](https://docs.confluent.io/kafka-connect-jdbc/current/sink-connector/index.html#jdbc-sink-delete-mode).
Expand Down

0 comments on commit acdbc1e

Please sign in to comment.