Skip to content

jcmdsbr/poc-sqlserver-debezium-kafka-consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

CDC POC 😎

  • POC from change data capture context use debezium and kafka

Give a Star! ⭐

If you liked the project, please give a star ;)

Setup 📚

Start the topology as defined in Tutorial

docker-compose -f docker-compose.yml up

Initialize database and insert test data

cat ../scripts/inventory.sql | docker-compose -f docker-compose.yml exec -T sqlserver bash -c '/opt/mssql-tools/bin/sqlcmd -U sa -P Password!'

Start SQL Server connector

curl -i -X POST -H "Accept:application/json" -H "Content-Type:application/json" http://localhost:8083/connectors/ -d @../scripts/register-sqlserver.json