yux created FLINK-35415:
---------------------------
Summary: CDC Fails to create sink with Flink 1.19
Key: FLINK-35415
URL: https://issues.apache.org/jira/browse/FLINK-35415
Project: Flink
Issue Type: Bug
Components: Flink CDC
Affects Versions: cdc-3.1.0
Reporter: yux
Fix For: cdc-3.2.0
Currently, Flink CDC doesn't work with Flink 1.19 with the following exception:
Exception in thread "main" java.lang.NoSuchMethodError: 'void
org.apache.flink.streaming.runtime.operators.sink.CommitterOperatorFactory.<init>(org.apache.flink.api.connector.sink2.TwoPhaseCommittingSink,
boolean, boolean)'
The reason is Flink CDC uses Flink @Internal API and it was changed in 1.19
update.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)