docker-compose up --build
Don't forget to send the POST request to the connector service
./gradlew run
docker exec -it mysql /bin/bash
mysql -u root -p debezium
use inventory;
update customers set first_name = 'edmondson' where id = 1003;
| Name | Name | Last commit date | ||
|---|---|---|---|---|