You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Konstantine Karantasis (JIRA)" <ji...@apache.org> on 2017/07/07 00:56:00 UTC

[jira] [Created] (KAFKA-5567) With transformations that mutate the topic-partition committing offsets should to refer to the original topic-partition

Konstantine Karantasis created KAFKA-5567:
---------------------------------------------

             Summary: With transformations that mutate the topic-partition committing offsets should to refer to the original topic-partition
                 Key: KAFKA-5567
                 URL: https://issues.apache.org/jira/browse/KAFKA-5567
             Project: Kafka
          Issue Type: Bug
          Components: KafkaConnect
    Affects Versions: 0.11.0.0, 0.10.2.1, 0.10.2.0
            Reporter: Konstantine Karantasis
            Assignee: Konstantine Karantasis
             Fix For: 0.11.0.1



  When a chain of transformations (SMTs) that mutate a record's topic-partition is applied, then Connect is unable to map the transformed record to its original topic-partition. This affects committing offsets. 

 Currently, in order to reproduce the issue one could use the {{TimestampRouter}} transformation with a sink connector such as the {{FileStreamSinkConnector}}.

  In this ticket we'll address the issue for connectors that don't manage/commit their offsets themselves. For the connectors that do such management, broader API changes are required to supply the connectors with the necessary information that will allow them to map a transformed record to the original. 




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