azure-sql-db-change-stream-debezium
azure-sql-db-change-stream-debezium copied to clipboard
SQL Server Change Stream sample using Debezium
Hi all, we've implemented Debezium on Azure AKS cluster, connected it to Azure Event Hub, capturing data changes on Azure SQL Server PaaS. Everything works fine but we randomly get...
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...
The sample history hub configured is configured as follows. ``` echo "deploying schema history event hub" az eventhubs eventhub create \ --resource-group $RESOURCE_GROUP \ --namespace-name $EVENTHUB_NAMESPACE \ --name $EVENTHUB_SCHEMA_HISTORY \...