You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
各位专家你们好,我想请问下,
Flink cdc是否支持分布式的MySQL or 分布式的PostgreSQL,即MySQL的binlog或Postgresql的redo log分布在多个节点上时,flink cdc是否直接支持这类场景??
我目前了解到的情况是:
flink-mysql-cdc-connector:flink cdc底层采用debezium消费MySQL的binlog数据,但是感觉是只支持原生单机版本的MySQL,如果MySQL的binlog分布在多个节点上,请问flink-cdc是否不支持该场景?
flink-postgresql-cdc-connector: 与上一条问题一致,flink cdc底层采用debezium采用逻辑复制的方式消费postgresql的redo log,是否flink-cdc支持redo log分布在多个节点上?
我们的初衷是希望分布式的WAL日志场景可以直接对接flink cdc,如果目前flink cdc不支持的话,请问各位专家有什么好的建议?
Beta Was this translation helpful? Give feedback.
All reactions