This is debezium‘s problem. Specify option debezium.snapshot.fetch.size for MySQL CDC Connector is invalid. The MySQL connection will still pull all results into memory while reading snapshot data, it ...
To make sure that it wasn't any configuration issue on my MySQL 8 instance I built a fresh MySQL 5.7 instance on both Ubuntu 20.04 and Debian 10 and pointed it to database_admin_url with a successful ...