[ https://issues.apache.org/jira/browse/KAFKA-5448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16049658#comment-16049658 ]
ASF GitHub Bot commented on KAFKA-5448: --------------------------------------- GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/3342 KAFKA-5448: Change TimestampConverter configuration name to avoid conflicting with reserved 'type' configuration used by all Transformations You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka kafka-5448-change-timestamp-converter-config-name Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3342.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3342 ---- commit bd560fd7ed2838c22d83003092ede284f092410f Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2017-06-14T21:05:52Z KAFKA-5448: Change TimestampConverter configuration name to avoid conflicting with reserved 'type' configuration used by all Transformations ---- > TimestampConverter's "type" config conflicts with the basic Transformation > "type" config > ---------------------------------------------------------------------------------------- > > Key: KAFKA-5448 > URL: https://issues.apache.org/jira/browse/KAFKA-5448 > Project: Kafka > Issue Type: Bug > Components: KafkaConnect > Reporter: Ewen Cheslack-Postava > Assignee: Ewen Cheslack-Postava > Priority: Blocker > Fix For: 0.11.0.0 > > Original Estimate: 1h > Remaining Estimate: 1h > > [KIP-66|https://cwiki.apache.org/confluence/display/KAFKA/KIP-66%3A+Single+Message+Transforms+for+Kafka+Connect] > defined one of the configs for TimestampConverter to be "type". However, all > transformations are configured with the "type" config specifying the class > that implements them. > We need to modify the naming of the configs so these don't conflict. -- This message was sent by Atlassian JIRA (v6.4.14#64029)