Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded Debezium connector for sqlserver #4

Open
kumarvika opened this issue Aug 3, 2021 · 0 comments
Open

Embedded Debezium connector for sqlserver #4

kumarvika opened this issue Aug 3, 2021 · 0 comments

Comments

@kumarvika
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant