I replicate a MySQL DB using Apache Flink jobs in Podman containers. The Flink taskmanagers start up correctly, connect to the MySQL database (on a different server) and transfer multiple GBs of data.
We would like to know if possible to use local mode for some really intensive sync job, and if possible to tweak the current job configuration to achieve higher performance. How does it work ...