Debezium How do I correctly register the SqlServer connector with Kafka Connect - connection refused

后端 未结 2 756
借酒劲吻你
借酒劲吻你 2021-01-25 02:59

Question:

How do I correctly register the SqlServer connector with Kafka Connect to connect to a standalone SQL Server Instance? Note: I am NOT running

2条回答
  •  既然无缘
    2021-01-25 03:18

    The problem is in the reference to the localhost. If you run the Connect in Docker container then the localhost is the localhost of the container not of the machine. Try exposing the SQL Server on docker0 interface or all intefaces and then use docker0 IP in the registration request.

提交回复
热议问题