You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (Jira)" <ji...@apache.org> on 2022/11/10 09:32:00 UTC

[jira] [Updated] (FLINK-29977) Kafka connector not compatible with kafka-clients 3.3x

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

Chesnay Schepler updated FLINK-29977:
-------------------------------------
    Affects Version/s: 1.16.0

> Kafka connector not compatible with kafka-clients 3.3x
> ------------------------------------------------------
>
>                 Key: FLINK-29977
>                 URL: https://issues.apache.org/jira/browse/FLINK-29977
>             Project: Flink
>          Issue Type: Technical Debt
>          Components: Connectors / Kafka
>    Affects Versions: 1.16.0
>            Reporter: Chesnay Schepler
>            Priority: Major
>
> In https://github.com/apache/kafka/commit/3ea7b418fb3d7e9fc74c27751c1b02b04877f197 the TransactionManager was modified and no longer has a {{topicPartitionBookkeeper}} that we access via reflection.
> The {{TopicPartitionBookkeeper}} was refactored to a {{TxnPartitionMap}} class.
> The {{reset}} method we require is still present though; so this could potentially be fixed by just falling back to another field name if required.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)