CDC example using mysql binlog and debezium
- docker
- docker-compose
-
Execute all containers
docker-compose up -d
-
Run shell
bash debezium.sh
-
execute mysql cli
docker exec -ti mysql sh -c 'exec mysql -uroot -p"$MYSQL_ROOT_PASSWORD"'
-
enjoy!
references:
[1] https://debezium.io/documentation/reference/tutorial.html