This is an example showing a simple deployment of mysql not intended for production use. In particular, the deployment does not make any high availability or redundancy guarantees which a productive ...
This is a showcase for MySQL deployment in master replica setup and demonstration of Debezium connecting to it using Proxysql. cd proxysql docker build -t vladzu/example-proxysql . cd ../mysql1 docker ...