You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "liugh (Jira)" <ji...@apache.org> on 2020/08/26 11:29:00 UTC

[jira] [Created] (FLINK-19053) Flink Kafka Connector Dependency Error

liugh created FLINK-19053:
-----------------------------

             Summary: Flink Kafka Connector Dependency Error
                 Key: FLINK-19053
                 URL: https://issues.apache.org/jira/browse/FLINK-19053
             Project: Flink
          Issue Type: Bug
          Components: Documentation
    Affects Versions: 1.11.1
         Environment: Flink V1.11.0 or Flink V1.11.1
            Reporter: liugh
         Attachments: 0.10.png, 0.11.png

From the Flink doucumention URL:[https://ci.apache.org/projects/flink/flink-docs-release-1.11/dev/connectors/kafka.html]

We can see the "Dependency" section as follows:

{{<dependency>}}

{{	<groupId>org.apache.flink</groupId>}}

{{	<artifactId>flink-connector-kafka-{color:#FF0000}*011*{color}_2.11</artifactId><version>1.11.0</version>}}

{{</dependency>}}

{{}}

{{<dependency>}}

{{	<groupId>org.apache.flink</groupId>}}

{{	<artifactId>flink-connector-kafka-{color:#FF0000}*010*{color}_2.11</artifactId><version>1.11.0</version>}}

{{</dependency>}}

{{}}

{{However,I couldn't get the correct jar in the pom.xml which was configured the dependency as shown above.}}

Then{{ I searched it in the [https://mvnrepository.com/] and aliyun maven,I found the dependency should be as follows:}}

{{}}

{{<dependency>}}

{{}}

{{	<groupId>org.apache.flink</groupId>}}

{{}}

{{	<artifactId>flink-connector-kafka-{color:#FF0000}*0.11*{color}_2.11</artifactId><version>1.11.0</version>}}

{{}}

{{</dependency>}}

{{}}

{{<dependency>}}

{{	<groupId>org.apache.flink</groupId>}}

{{	<artifactId>flink-connector-kafka-{color:#FF0000}*0.10*{color}_2.11</artifactId><version>1.11.0</version>}}

{{</dependency>}}

{{}}

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)