From 958795248e921b342cfdf4770dfd9f893884cbb4 Mon Sep 17 00:00:00 2001 From: monster <60029759+MonsterChenzhuo@users.noreply.github.com> Date: Mon, 18 Sep 2023 18:17:57 +0800 Subject: [PATCH] [flink] Specify the MongoDB CDC version (#2017) --- docs/content/how-to/cdc-ingestion.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/how-to/cdc-ingestion.md b/docs/content/how-to/cdc-ingestion.md index 19766eb0abc0..d2d9a4b30ee0 100644 --- a/docs/content/how-to/cdc-ingestion.md +++ b/docs/content/how-to/cdc-ingestion.md @@ -450,8 +450,9 @@ Synchronization from multiple Kafka topics to Paimon database. ### Prepare MongoDB Bundled Jar ``` -flink-sql-connector-mongodb-*.jar +flink-sql-connector-mongodb-cdc-*.jar ``` +only cdc 2.4+ is supported ### Synchronizing Tables