yux created FLINK-36590:
---------------------------
Summary: Flink CDC does not Support MySQL > 8.0.x
Key: FLINK-36590
URL: https://issues.apache.org/jira/browse/FLINK-36590
Project: Flink
Issue Type: Improvement
Components: Flink CDC
Reporter: yux
MySQL 8.4 dropped `SHOW MASTER STATUS` support and favor `SHOW BINARY LOG
STATUS` instead. The former command is hard-encoded inside and could not work
with MySQL > 8.0.x.
This might involve some cherry-picking of
[https://github.com/debezium/debezium/pull/5765] and
[https://github.com/debezium/debezium/pull/5769]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)