The MySQL user configured in the connector lacks the REPLICATION CLIENT and REPLICATION SLAVE privileges required to read the binlog.
GRANT SELECT, RELOAD, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO 'debezium'@'%';FLUSH PRIVILEGES;SHOW GRANTS FOR 'debezium'@'%';