You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Piotr Nowojski (Jira)" <ji...@apache.org> on 2020/04/08 18:14:00 UTC

[jira] [Comment Edited] (FLINK-15362) Bump Kafka client version to 2.4.0 for universal Kafka connector

    [ https://issues.apache.org/jira/browse/FLINK-15362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17078558#comment-17078558 ] 

Piotr Nowojski edited comment on FLINK-15362 at 4/8/20, 6:13 PM:
-----------------------------------------------------------------

Yes, it looks you are right :( We could try some magic to disable `transactionManager.beginAbort();` calls somehow, but ehh...

[~jqin] is there any chance we could push for proper two phase commit implementation in Kafka?

Alternate approach would be to switch to WAL (it has it's own issues), or to start maintaining our own implementation fo the KafkaProducer based on the Kafka's REST API.


was (Author: pnowojski):
Yes, it looks you are right :( We could try some magic to disable `transactionManager.beginAbort();` calls somehow, but ehh...

[~jqin] is there any chance we could push for proper two phase commit implementation in Kafka?

> Bump Kafka client version to 2.4.0 for universal Kafka connector
> ----------------------------------------------------------------
>
>                 Key: FLINK-15362
>                 URL: https://issues.apache.org/jira/browse/FLINK-15362
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / Kafka
>            Reporter: vinoyang
>            Assignee: Aljoscha Krettek
>            Priority: Major
>
> Kafka 2.4 has been released recently. There are many features are involved in this version. More details: https://blogs.apache.org/kafka/entry/what-s-new-in-apache1
> IMO, it would be better to bump the Kafka client version to 2.4.0.



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