MrZhao1024B commented on issue #4862:
URL: https://github.com/apache/seatunnel/issues/4862#issuecomment-1572151863

   `
   env {
     job.mode = "STREAMING"
   }
   source{
     SqlServer-CDC {
       hostname = "127.0.0.1"
       port = "1433"
       username = "sa"
       password = "1234567"
       database-names = ["ods"]
       table-names = ["dbo.a"]
     }
   }
   sink {
       Console {
       }
   }
   `
   After error correction, it can run successfully, There is no problem adding 
or modifying data in the table, but deleting the data program will end and 
restarting will fail. @Carl-Zhou-CN 
   
[error_log.txt](https://github.com/apache/seatunnel/files/11626368/error_log.txt)
   


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