jw-itq commented on code in PR #8467:
URL: https://github.com/apache/seatunnel/pull/8467#discussion_r1907289724


##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-starrocks-e2e/src/test/resources/mysql_multi_source_to_multi_sink_streaming.conf:
##########
@@ -0,0 +1,69 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+env {
+  parallelism = 1
+  checkpoint.interval = 2000
+  checkpoint.timeout=600000
+  job.mode = "STREAMING"
+}
+
+source {
+  MySQL-CDC {

Review Comment:
   Thanks, let me modify this. I'm not using fake-to-starrocks.conf because I 
want to test incremental data. I'm not using 
mysqlcdc_to_starrocks_with_schema_change.conf because it uses shop.sql from 
mysql-cdc, which doesn't contain multiple tables. I'm going to modify this now.



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