chen1274528094 commented on issue #7393:
URL: https://github.com/apache/seatunnel/issues/7393#issuecomment-2292504190

   its my log and config, i use it by  
   [log.txt](https://github.com/user-attachments/files/16631446/log.txt)
   
   `env {
     execution.parallelism = 1
     job.mode = "STREAMING"
     checkpoint.interval = 10000
   }
   
   source {
     MySQL-CDC {
        
           username  = "xxx"
           password = "xxx"
        
           table-names = ["dhg_copy.per_orgs"]
           result_table_name = "per_orgs"
           base-url = "jdbc:mysql://ip:3306/dhg_copy"
           server-id = 5656
          
           startup.mode="initial"
           stop.mode="never"
        snapshot.split.size=10000000
           
         }
   }
   
   sink {
    
         jdbc {
           url = "jdbc:mysql://ip:3306/test-seatunnel"
           driver = "com.mysql.cj.jdbc.Driver"
            user = "xxx"
           password = "xxx"
           generate_sink_sql = true     
           database = test-seatunnel
           table = per_orgs
           primary_keys = ["id"]
         }
   }`


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