Skip to content

Jasopaum/exp-debezium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimentations with Debezium

Usage

Launch

docker-compose up
curl -X POST --url https://localhost:8083/connectors --header 'Content-Type: application/json' --data @connect-sink-config
curl -X POST --url https://localhost:8083/connectors --header 'Content-Type: application/json' --data @connect-source-config

Update source DB

docker exec -it debezium-el-redpanda-1 /bin/bash
debezium-el-redpanda-1> mysql -u mysqluser -pmysqlpw
mysql> use inventory;
mysql> UPDATE customers SET first_name='Anne Marie' WHERE id=1004;

About

Playing around with debezium

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published