Best1055 commented on issue #5713:
URL: https://github.com/apache/seatunnel/issues/5713#issuecomment-1780771529

   
   source {
     MySQL-CDC {
       result_table_name = ""
       debezium {
           snapshot.mode = "never"
           decimal.handling.mode = "double"
       }
       username = ""
       password = ""
       table-names = [""]
       base-url = ""
       #默认initial,同步历史数据 + 增量
       startup.mode = INITIAL
        format = DEFAULT
     }
   }
   sink {
   
     StarRocks {
       source_table_name = ""
       nodeUrls = [""]
        base-url = ""
       username = 
       password = ""
       database = ""
       table = ""
       batch_max_rows = 5000
       starrocks.config = {
         format = "JSON"
         strip_outer_array = "true"
       }
     }
   }


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