I’m new to Kafka and Debezium and I really thought that using COnfluent Cloud, it would be more or less just creating connector and things will be working.
And to a certain point they are.
I have created the MSSQL CDC connector and configured it to fetch one table that has CDC enabled in Azure SQL database.
After creation the topic is created and all the table content is filled as messages in the topic - and i dance_my_happy_dance
Then I add new row in the table, verify that this row is added as change in cdc system table, and I wait in suspense. I’m waiting for the message count to increment with one. After a minute I get worried and after 5 I’m disappointed.
No errors, no logs, no nothing to even start to find out why I get my initial table but no changes get populated.
Anyone? I hope the solution is not to elevate to whatever level to get Confluent technical support team to look into it - i hope somebody somewhere will offer at least some pointers where can I find any logs. I’m used to have debugging logs available, now i dont have nothing.
a really sad sad data engineer, who had hopes cloud services will make life easier, not harder