MonsterChenzhuo commented on code in PR #1809:
URL: https://github.com/apache/incubator-paimon/pull/1809#discussion_r1295498461
##########
paimon-flink/paimon-flink-common/pom.xml:
##########
@@ -91,6 +93,26 @@ under the License.
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>com.ververica</groupId>
+ <artifactId>flink-connector-mongodb-cdc</artifactId>
+ <version>2.4.1</version>
Review Comment:
MongoDB CDC introduced the scan.startup.mode parameter as of version 2.4,
offering the choices of "initial," "latest-offset," and "timestamp." This
feature holds significant importance for data synchronization. This is
precisely why I opted not to align versions with MySQL CDC.
reference link:
2.3:https://ververica.github.io/flink-cdc-connectors/release-2.3/content/connectors/mongodb-cdc.html
2.4:https://ververica.github.io/flink-cdc-connectors/release-2.4/content/connectors/mongodb-cdc%28ZH%29.html
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]