Hi, the download link about kafka connector used for flink 1.18 is wrong, and this is the corresponding issue[1]. You can use the version '3.0.1-1.18' directly in maven repo[2] to work around. [1] https://issues.apache.org/jira/browse/FLINK-33512 [2] https://repo.maven.apache.org/maven2/org/apache/flink/flink-sql-connector-kafka/
-- Best! Xuyang At 2023-11-09 16:00:24, "patricia lee" <plee3...@gmail.com> wrote: Hi, I am upgrading my project to Flink 1.18 but seems kafka connector 1.18.0 not available yet? I couldn't pull the jar file flink-kafka-connector. But when I check on mvn repo the versions available were: 3.0.1-1.18 3.0.1-1.17 But on the documentation it says -1.18 Questions: 1. Is 3.0.1-1.18 can only be used for kafka version 3? 2. Where can we find the flink-kafka-connector 1.18.0? Thanks!