You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Oleg Kuznetsov (JIRA)" <ji...@apache.org> on 2017/12/09 21:24:00 UTC

[jira] [Created] (KAFKA-6340) Support of transactions in KafkaConnect

Oleg Kuznetsov created KAFKA-6340:
-------------------------------------

             Summary: Support of transactions in KafkaConnect
                 Key: KAFKA-6340
                 URL: https://issues.apache.org/jira/browse/KAFKA-6340
             Project: Kafka
          Issue Type: Improvement
          Components: KafkaConnect
            Reporter: Oleg Kuznetsov


Now KafkaConnect source connectors commit source offset in periodic task.

Proposed approach is to produce data record batch and the config update records (related to the batch) within Kafka transaction, that would prevent publishing duplicate records on connector restart.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)