How to import MS Sql Server tables to KSQL with Kafka connect
问题 Hi I am trying to import all tables present on remote SQL Server to KSQL topics this is my file properties connector.class=io.confluent.connect.cdc.mssql.MsSqlSourceConnector name=sqlservertest tasks.max=1 initial.database=$$DATABASE connection.url=jdbc:sqlserver://$$IP:1433;databaseName=$$DATABASE;user=$$USER; username=$$USER password=$$PASS server.name=$$IP server.port=1433 topic.prefix=sqlservertest key.converter=io.confluent.connect.avro.AvroConverter key.converter.schema.registry.url