[
https://issues.apache.org/jira/browse/FLINK-33401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17784724#comment-17784724
]
Yuxin Tan commented on FLINK-33401:
-----------------------------------
After merging the Flink 1.19 hotfix (fa1036c73e3bcd66b57d835c7859572ca4b2250d,
Remove Kafka documentation for SQL/Table API, since this is now externalized),
I conducted tests on the Flink 1.19 version, and it reflected the correct
version.
I observed that the hotfix has also been backported to the Flink release-1.18.
Once this fix is merged into the Kafka connector repository, the 1.18
documentation will display the accurate version.
!screenshot-1.png!
> Kafka connector has broken version
> ----------------------------------
>
> Key: FLINK-33401
> URL: https://issues.apache.org/jira/browse/FLINK-33401
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kafka
> Reporter: Pavel Khokhlov
> Priority: Major
> Labels: pull-request-available
> Attachments: screenshot-1.png
>
>
> Trying to run Flink 1.18 with Kafka Connector
> but official documentation has a bug
> [https://nightlies.apache.org/flink/flink-docs-release-1.18/docs/connectors/datastream/kafka/]
> {noformat}
> <dependency>
> <groupId>org.apache.flink</groupId>
> <artifactId>flink-connector-kafka</artifactId>
> <version>-1.18</version>
> </dependency>{noformat}
> Basically version *-1.18* doesn't exist.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)