This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 50d2316e78 [doc] Update url for postgres cdc and mongodb cdc (#5016)
50d2316e78 is described below
commit 50d2316e78bf59b81d169dfe950f5a32b84ee23b
Author: yangjf2019 <[email protected]>
AuthorDate: Fri Feb 7 08:56:36 2025 +0800
[doc] Update url for postgres cdc and mongodb cdc (#5016)
---
docs/layouts/shortcodes/generated/mongodb_sync_database.html | 2 +-
docs/layouts/shortcodes/generated/mongodb_sync_table.html | 2 +-
.../flink/action/cdc/mongodb/MongoDBSyncDatabaseActionFactory.java | 2 +-
.../paimon/flink/action/cdc/mongodb/MongoDBSyncTableActionFactory.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_database.html
b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
index 0649b52f7a..e0a11fb0e8 100644
--- a/docs/layouts/shortcodes/generated/mongodb_sync_database.html
+++ b/docs/layouts/shortcodes/generated/mongodb_sync_database.html
@@ -62,7 +62,7 @@ under the License.
</tr>
<tr>
<td><h5>--mongodb_conf</h5></td>
- <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database are required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-master/docs/connectors/flink-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
+ <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database are required configurations, others are optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
</tr>
<tr>
<td><h5>--catalog_conf</h5></td>
diff --git a/docs/layouts/shortcodes/generated/mongodb_sync_table.html
b/docs/layouts/shortcodes/generated/mongodb_sync_table.html
index d78cca3917..3d2e4cbd3e 100644
--- a/docs/layouts/shortcodes/generated/mongodb_sync_table.html
+++ b/docs/layouts/shortcodes/generated/mongodb_sync_table.html
@@ -47,7 +47,7 @@ under the License.
</tr>
<tr>
<td><h5>--mongodb_conf</h5></td>
- <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database and collection are required configurations, others are
optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.0/docs/connectors/legacy-flink-cdc-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
+ <td>The configuration for Flink CDC MongoDB sources. Each
configuration should be specified in the format "key=value". hosts, username,
password, database and collection are required configurations, others are
optional. See its <a
href="https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mongodb-cdc/#connector-options">document</a>
for a complete list of configurations.</td>
</tr>
<tr>
<td><h5>--catalog_conf</h5></td>
diff --git
a/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncDatabaseActionFactory.java
b/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncDatabaseActionFactory.java
index 3d11e798d8..6262720de3 100644
---
a/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncDatabaseActionFactory.java
+++
b/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncDatabaseActionFactory.java
@@ -91,7 +91,7 @@ public class MongoDBSyncDatabaseActionFactory
+ "It can't be a regular expression.");
System.out.println(
"For a complete list of supported configurations, "
- + "see
https://github.com/apache/flink-cdc/blob/master/docs/content/docs/connectors/flink-sources/mongodb-cdc.md#connector-options");
+ + "see
https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mongodb-cdc/#connector-options");
System.out.println();
System.out.println("Paimon catalog and table sink conf syntax:");
diff --git
a/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncTableActionFactory.java
b/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncTableActionFactory.java
index e9909750be..38170d6c66 100644
---
a/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncTableActionFactory.java
+++
b/paimon-flink/paimon-flink-cdc/src/main/java/org/apache/paimon/flink/action/cdc/mongodb/MongoDBSyncTableActionFactory.java
@@ -101,7 +101,7 @@ public class MongoDBSyncTableActionFactory extends
SyncTableActionFactoryBase {
+ "This can be done by configuring 'field.name' to
specify the synchronization fields and 'parser.path' to specify the JSON
parsing path for those fields.");
System.out.println(
"For a complete list of supported configurations, "
- + "see
https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mysql-cdc/#connector-options");
+ + "see
https://nightlies.apache.org/flink/flink-cdc-docs-release-3.1/docs/connectors/flink-sources/mongodb-cdc/#connector-options");
System.out.println();
System.out.println("Paimon catalog and table sink conf syntax:");