1

After following the instructions listed here debezium sqlserver connector and how to activate change data capture

And also making sure that the SQL-Agent is running, debezium is still not working ( streaming data to Kafka).

theeGwandaru
  • 400
  • 2
  • 14

1 Answers1

3

It turns out that CDC is broken in the initial release of sql-server 2017

CDC Bug Report

Updating to cumulative update 4 or higher solves this.

Took a lot of debugging to figure this out, but I learned A LOT about how sql-server works and how the debezium driver works.

theeGwandaru
  • 400
  • 2
  • 14