Hi Ruibin I checked the maven central repository and found that there are no versions 3.0.0-1.17 of flink-connector-elasticsearch6 and flink-connector- elasticsearch7 available in https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/connectors/datastream/elasticsearch/. I have created an issue https://issues.apache.org/jira/browse/FLINK-31801
Best, Shammon FY On Thu, Apr 13, 2023 at 6:40 PM Ruibin Xing <xingro...@gmail.com> wrote: > Hi community, > > When following the instructions for importing es connector into my > project on > https://nightlies.apache.org/flink/flink-docs-release-1.17/docs/connectors/datastream/elasticsearch/, > maven can't find the required version: > >> <dependency> >> <groupId>org.apache.flink</groupId> >> <artifactId>flink-connector-elasticsearch7</artifactId> >> <version>3.0.0-1.17</version> >> </dependency> > > > It seems that currently the latest version for elasticsearch connector on > maven central repository is 3.0.0-1.16( > https://central.sonatype.com/artifact/org.apache.flink/flink-connector-elasticsearch7/3.0.0-1.16). > I wonder if something was missed out. > > Thanks! >