[
https://issues.apache.org/jira/browse/FLINK-36668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17897190#comment-17897190
]
Hong Liang Teoh commented on FLINK-36668:
-----------------------------------------
merged commit
[{{9d1e744}}|https://github.com/apache/flink/commit/9d1e744371dfc38cefa76a9d34452dd7752e1c99]
into apache:master
> Release flink-connector-aws v5.0.0
> ----------------------------------
>
> Key: FLINK-36668
> URL: https://issues.apache.org/jira/browse/FLINK-36668
> Project: Flink
> Issue Type: Technical Debt
> Reporter: Hong Liang Teoh
> Priority: Major
> Labels: pull-request-available
>
> Release flink-connector-aws v5.0.0
>
> This is needed because of breaking changes made for the Table API Kinesis
> Source in {*}flink-connector-kinesis{*}.
> This breaking change cannot be avoided because the new source/sink are being
> created in {*}flink-connector-aws-kinesis-streams{*}, which is a dependency
> of *flink-connector-kinesis* (old source/sink).
>
> As such, the moment we introduce a new TableFactory for new source in
> {*}flink-connector-aws-kinesis-streams{*}, it will immediately conflict with
> the existing TableFactory in {*}flink-connector-kinesis{*}.
>
> To resolve this, but still allow users to use the old Table API if needed, we
> changed the identifier for the old source to {*}kinesis-legacy{*}.
>
> This means that for Table API, the state is not compatible for *kinesis.*
--
This message was sent by Atlassian Jira
(v8.20.10#820010)