You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and
"connector.class" = "io.debezium.connector.sqlserver.SqlServerConnector"
And I am getting the following error.
2021-08-03 21:53:17.555 ERROR 21552 --- [pool-1-thread-1] i.d.connector.common.BaseSourceTask : The 'database.history.kafka.bootstrap.servers' value is invalid: A value is required
2021-08-03 21:53:17.555 ERROR 21552 --- [pool-1-thread-1] i.d.connector.common.BaseSourceTask : The 'database.history.kafka.topic' value is invalid: A value is required
also
org.apache.kafka.connect.errors.ConnectException: Error configuring an instance of SqlServerConnectorTask; check the logs for details
Please let me know if I am missing any configuration or anything else.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
Thank you very much, It worked perfectly for postgres DB. But it is throwing errors for the SQL server. I used below library
io.debezium
debezium-connector-sqlserver
${debezium.version}
and
"connector.class" = "io.debezium.connector.sqlserver.SqlServerConnector"
And I am getting the following error.
2021-08-03 21:53:17.555 ERROR 21552 --- [pool-1-thread-1] i.d.connector.common.BaseSourceTask : The 'database.history.kafka.bootstrap.servers' value is invalid: A value is required
2021-08-03 21:53:17.555 ERROR 21552 --- [pool-1-thread-1] i.d.connector.common.BaseSourceTask : The 'database.history.kafka.topic' value is invalid: A value is required
also
org.apache.kafka.connect.errors.ConnectException: Error configuring an instance of SqlServerConnectorTask; check the logs for details
Please let me know if I am missing any configuration or anything else.
Thanks in advance.
The text was updated successfully, but these errors were encountered: