Azure-Samples / azure-sql-db-change-stream-debezium

SQL Server Change Stream sample using Debezium
MIT License
97 stars 33 forks source link

Unable to create topics in event hubs #1

Open harshareddy87 opened 3 years ago

harshareddy87 commented 3 years ago

Hello,

Thank you for putting up the info around SQL Server connector for debezium. Following the documentation on debezium website, I have created docker containers for ZooKeeper, Kafka, and Kafka Connect. I have created a config file using the SQL Server configuration values as mentioned in your github documents. The SQL Server connector is creating a topic in kafka, but not seeing it on the event hub side. However, it will create the default internal topics as soon as I create the connector. Could you please share some of the troubleshooting steps that you did while getting this connector working with Debezium?