This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 958795248 [flink] Specify the MongoDB CDC version (#2017)
958795248 is described below

commit 958795248e921b342cfdf4770dfd9f893884cbb4
Author: monster <[email protected]>
AuthorDate: Mon Sep 18 18:17:57 2023 +0800

    [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 19766eb0a..d2d9a4b30 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
 

Reply via email to