Oh, correct what I said. The version of released connector jars on Maven central has the supported Flink version as suffix. For the case of the mongodb connector with version 1.0.0-1.16[1], it should be compatible with Flink 1.16.
[1] https://central.sonatype.com/artifact/org.apache.flink/flink-connector-mongodb/1.0.0-1.16 Best regards, Yuxia ----- 原始邮件 ----- 发件人: "yuxia" <luoyu...@alumni.sjtu.edu.cn> 收件人: "dev" <dev@flink.apache.org> 发送时间: 星期四, 2023年 4 月 13日 上午 9:28:37 主题: Re: [mongodb connector] which flink version(s) is the mongodb connector compatible with? >From the pom[1] of the connector, it seems it's compatible with Flink 1.17. [1] https://github.com/apache/flink-connector-mongodb/blob/main/pom.xml#L56 Best regards, Yuxia ----- 原始邮件 ----- 发件人: "Saketh Kurnool" <s...@decodable.co> 收件人: "dev" <dev@flink.apache.org> 发送时间: 星期四, 2023年 4 月 13日 上午 5:27:06 主题: [mongodb connector] which flink version(s) is the mongodb connector compatible with? Hello! I have a use case for the mongodb connector (see: https://github.com/apache/flink-connector-mongodb), but I am currently running flink 1.15. As far as I can tell, the connector relies on dependencies that don't exist in 1.15 (one such example is `org/apache/flink/table/connector/source/lookup/cache/LookupCache`). Which flink version(s) is this connector implementation slated to be compatible with? Thank you!