marsqd commented on issue #4460: URL: https://github.com/apache/incubator-seatunnel/issues/4460#issuecomment-1535809594
以下配置测试 SQL Server CDC 成功,可以参考(官方文档 https://seatunnel.apache.org/docs/2.3.1/connector-v2/source/SqlServer-CDC/ 有点不对)。 source { SqlServer-CDC { result_table_name = "fake" hostname = "10.32.x.x" port = "1433" username = "user1" password = "user1" database-names = ["synctestdb"] table-names = ["synctestdb.dbo.t1"] debezium { database.encrypt = true database.trustServerCertificate = 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]
