yuxiqian commented on issue #2600: URL: https://github.com/apache/flink-cdc/issues/2600#issuecomment-2122019219
Hi @shreelatak, Kafka pipeline connector is supported in Flink CDC 3.1. However, it's a breaking update and package names like `com.ververica.cdc` have been renamed to `org.apache.flink.cdc`, so it won't work with any previous versions. You may download latest version of Flink CDC [here](https://flink.apache.org/downloads/#apache-flink-cdc) and Kafka connectors [here](https://mvnrepository.com/artifact/org.apache.flink/flink-cdc-pipeline-connector-kafka). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
