- POC from change data capture context use debezium and kafka
If you liked the project, please give a star ;)
Start the topology as defined in Tutorial
docker-compose -f docker-compose.yml up
cat ../scripts/inventory.sql | docker-compose -f docker-compose.yml exec -T sqlserver bash -c '/opt/mssql-tools/bin/sqlcmd -U sa -P Password!'
curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:8083/connectors/ -d @../scripts/register-sqlserver.json