[ 
https://issues.apache.org/jira/browse/FLINK-19053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Flink Jira Bot updated FLINK-19053:
-----------------------------------
    Labels: auto-deprioritized-major pull-request-available stale-minor  (was: 
auto-deprioritized-major pull-request-available)

I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help 
the community manage its development. I see this issues has been marked as 
Minor but is unassigned and neither itself nor its Sub-Tasks have been updated 
for 180 days. I have gone ahead and marked it "stale-minor". If this ticket is 
still Minor, please either assign yourself or give an update. Afterwards, 
please remove the label or in 7 days the issue will be deprioritized.


> 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
>            Reporter: liugh
>            Priority: Minor
>              Labels: auto-deprioritized-major, pull-request-available, 
> stale-minor
>         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:
> {code}
> <dependency>
>       <groupId>org.apache.flink</groupId>
>       <artifactId>flink-connector-kafka-010_2.11</artifactId>
>       <version>1.11.0</version>
> </dependency>
> {code}
> {code}
> <dependency>
>       <groupId>org.apache.flink</groupId>
>       <artifactId>flink-connector-kafka-011_2.11</artifactId>
>       <version>1.11.0</version>
> </dependency>
> {code}
> 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:
> {code}
> <dependency>
>       <groupId>org.apache.flink</groupId>
>       <artifactId>flink-connector-kafka-0.10_2.11</artifactId>
>       <version>1.11.0</version>
> </dependency>
> {code}
> {code}
> <dependency>
>       <groupId>org.apache.flink</groupId>
>       <artifactId>flink-connector-kafka-0.11_2.11</artifactId>
>       <version>1.11.0</version>
> </dependency>
> {code}



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

Reply via email to