[
https://issues.apache.org/jira/browse/FLINK-36595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hong Liang Teoh reassigned FLINK-36595:
---------------------------------------
Assignee: Aleksandr Pilipenko (was: Hong Liang Teoh)
> Supported Flink version for connector documentation does not get matched for
> 1.20
> ---------------------------------------------------------------------------------
>
> Key: FLINK-36595
> URL: https://issues.apache.org/jira/browse/FLINK-36595
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 1.20.0
> Reporter: Aleksandr Pilipenko
> Assignee: Aleksandr Pilipenko
> Priority: Major
> Labels: pull-request-available
> Fix For: kafka-3.4.0
>
> Attachments: image-2024-10-24-00-30-43-909.png
>
>
> Connector documentation does not pick up already released artifacts for Flink
> Example:
> Kafka Connector documentation
> !image-2024-10-24-00-30-43-909.png|width=813,height=439!
> h3. Root cause:
> Flink version compatibility is set in connector documentation sources:
> [https://github.com/apache/flink-connector-kafka/blob/f4075ca1cd9aea4c915fe32207e736f267b6c3cf/docs/data/kafka.yml]
> {code:yaml}
> flink_compatibility: [1.19, 1.20]
> {code}
> Parsed config representation has trailing zero dropped from 1.20:
> {code:java}
> flink_compatibility:[1.19 1.2]
> {code}
>
> This leads to failure to recognize Flink 1.20 as a version supported by
> connector.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)