Hisoka-X commented on code in PR #8029:
URL: https://github.com/apache/seatunnel/pull/8029#discussion_r1865259786


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-cdc-mongodb-e2e/src/test/resources/mongodbcdc_to_mysql.conf:
##########
@@ -29,6 +29,11 @@ source {
     username = superuser
     password = superpw
     schema = {
+      table = "inventory.products"
+      primaryKey {
+        name = "id"
+        columnNames = ["_id"]
+      }

Review Comment:
   Can the old config without table execute normally?



-- 
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]

Reply via email to